Commit a657a13d authored by Vaibhav Gupta's avatar Vaibhav Gupta

Makefiles: Add phony targets as .PHONY

Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
parent 21cc0e5f
......@@ -43,4 +43,4 @@ cppcheck:
@$(MAKE) -C $(LIB) $@
$(CPPCHECK) -q -I. -I$(LIB) --suppress=missingIncludeSystem --enable=all *.c *.h --error-exitcode=1
.PHONY=cppcheck
.PHONY: cppcheck clean cleanall install all
......@@ -61,4 +61,4 @@ cppcheck:
-include .depend
.PHONY=cppcheck
.PHONY: cppcheck all lib clean clanall install modules_install
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment