diff --git a/tools/6502/Makefile b/tools/6502/Makefile index 46b0d4095..76837fe1d 100644 --- a/tools/6502/Makefile +++ b/tools/6502/Makefile @@ -62,6 +62,7 @@ endif CC65 := $(shell cl65 --print-target-path) define makes +.PHONY: $1-$2makes $1-$2makes: $(MAKE) -C ../../cpu/6502/ethconfig TARGET=$1 $2 $(MAKE) -C ../../cpu/6502/ipconfig TARGET=$1 $2 @@ -81,6 +82,8 @@ $(eval $(call makes,apple2enh,clean)) zip $@ $^ echo $(ZIPCOMMENT) | zip -z $@ +.PHONY: apple2 apple2-clean atari atari-clean c64 c64-clean c128 c128-clean + apple2: contiki-apple2.zip apple2-clean: apple2enh-cleanmakes