From 4373aecec295cf0f5c1098e7c28c5a3023f8a42d Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Tue, 5 Jul 2016 00:47:52 +0200 Subject: [PATCH] Tag non-file goals as ".PHONY" --- tools/6502/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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