From a22324291f0d1ea1a816334e5c565d0b5a19bd06 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Fri, 30 Mar 2018 20:22:03 +0100 Subject: [PATCH] Specify a number of targets as .PHONY --- Makefile.include | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.include b/Makefile.include index a55bf0901..4a05b326a 100644 --- a/Makefile.include +++ b/Makefile.include @@ -294,6 +294,8 @@ endef ### to create one CONTIKI_NG_PROJECT_MAP = $(addsuffix -$(TARGET).map, $(basename $@)) +.PHONY: clean distclean usage help targets boards savetarget savedefines viewconf + clean: -rm -f *.d *.e *.o $(CONTIKI_NG_TARGET_LIB) $(CLEAN) -rm -rf $(OBJECTDIR)