Fixed order of options in call to ld65, which became important after the
latest changes. git-svn-id: svn://svn.cc65.org/cc65/trunk@4843 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
@$(AS) -o $@ $(AFLAGS) $<
|
||||
|
||||
%.emd: %.o ../../runtime/zeropage.o
|
||||
@$(LD) -t module -o $@ $^
|
||||
@$(LD) -o $@ -t module $^
|
||||
|
||||
%.joy: %.o ../../runtime/zeropage.o
|
||||
@$(LD) -t module -o $@ $^
|
||||
@$(LD) -o $@ -t module $^
|
||||
|
||||
%.tgi: %.o ../../runtime/zeropage.o
|
||||
@$(LD) -t module -o $@ $^
|
||||
@$(LD) -o $@ -t module $^
|
||||
|
||||
S_OBJS = crt0.o \
|
||||
extzp.o \
|
||||
|
||||
Reference in New Issue
Block a user