List all phony targets in .PHONY.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 11 Oct 2011 08:15:25 +0000 (10:15 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 11 Oct 2011 08:17:38 +0000 (10:17 +0200)
Makefile

index 433be48..78ee5e6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ Q = @
 
 all: $(GOAL)
 
-.PHONY: all clean bootstrap bootstrap2 $(FIRM_HOME)/$(LIBFIRM_FILE)
+.PHONY: all bootstrap bootstrap2 bootstrape clean selfcheck splint $(FIRM_HOME)/$(LIBFIRM_FILE)
 
 -include $(DEPENDS)