1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 22:29:31 +00:00

cbm510zp -> extzp

git-svn-id: svn://svn.cc65.org/cc65/trunk@1992 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-02-16 15:39:32 +00:00
parent 30223f3ec4
commit a077259d2e

View File

@ -14,13 +14,13 @@
%.o: %.s
@$(AS) -g -o $@ $(AFLAGS) $<
%.emd: %.o ../runtime/zeropage.o cbm510zp.o
%.emd: %.o ../runtime/zeropage.o extzp.o
@$(LD) -t module -o $@ $^
%.joy: %.o ../runtime/zeropage.o cbm510zp.o
%.joy: %.o ../runtime/zeropage.o extzp.o
@$(LD) -t module -o $@ $^
%.tgi: %.o ../runtime/zeropage.o cbm510zp.o
%.tgi: %.o ../runtime/zeropage.o extzp.o
@$(LD) -t module -o $@ $^
#--------------------------------------------------------------------------