Specify a number of targets as .PHONY

This commit is contained in:
George Oikonomou 2018-03-30 20:22:03 +01:00
parent 9a1d34e163
commit a22324291f
1 changed files with 2 additions and 0 deletions

View File

@ -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)