summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2011-06-18 17:30:59 +0200
committerPieter Noordhuis <pcnoordhuis@gmail.com>2011-06-18 17:30:59 +0200
commit3331c22eb9b5dc7a00fbfaf09469f072ecb576dd (patch)
treed637586a406031439b1e4d02cde621f5a558c278
parentb8e0edaabb6c04ec955f6ad6a9e11aca3c78196d (diff)
Add phony target
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index adaa67c..2cf9aa3 100644
--- a/Makefile
+++ b/Makefile
@@ -142,3 +142,5 @@ gcov:
noopt:
$(MAKE) OPTIMIZATION=""
+
+.PHONY: all test check clean dep install 32bit gprof gcov noopt