Use unique variables for cc65 toolchain.
Originally I used the usual variables (like $(CC) and $(CFLAGS) ) but after all this doesn't make sense as any predefined values and/or user defined settings can only be wrong.
This commit is contained in:
@@ -1 +1 @@
|
||||
AFLAGS += -I geos-apple -I geos-common
|
||||
CA65FLAGS += -I geos-apple -I geos-common
|
||||
|
||||
@@ -9,6 +9,6 @@ DEPS += ../wrk/$(TARGET)/convert.d
|
||||
@$(MAKE) --no-print-directory apple2enh
|
||||
|
||||
../targetutil/convert.system: ../wrk/$(TARGET)/convert.o ../lib/apple2enh.lib | ../targetutil
|
||||
$(LD) -o $@ -C apple2enh-system.cfg $^
|
||||
$(LD65) -o $@ -C apple2enh-system.cfg $^
|
||||
|
||||
$(TARGET): ../targetutil/convert.system
|
||||
|
||||
Reference in New Issue
Block a user