Add some more .PHONY targets.
authorRob Landley <rob@landley.net>
Sun, 9 Dec 2007 21:32:07 +0000 (15:32 -0600)
committerRob Landley <rob@landley.net>
Sun, 9 Dec 2007 21:32:07 +0000 (15:32 -0600)
Makefile

index 1d41d14..c70306b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ CROSS_COMPILE = $(CROSS)
 
 all: toybox
 
-.PHONY: clean
+.PHONY: clean distclean baseline bloatcheck install_flat test tests help
 
 include kconfig/Makefile