diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-06-18 17:30:59 +0200 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-06-18 17:30:59 +0200 |
commit | 3331c22eb9b5dc7a00fbfaf09469f072ecb576dd (patch) | |
tree | d637586a406031439b1e4d02cde621f5a558c278 | |
parent | b8e0edaabb6c04ec955f6ad6a9e11aca3c78196d (diff) |
Add phony target
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -142,3 +142,5 @@ gcov: noopt: $(MAKE) OPTIMIZATION="" + +.PHONY: all test check clean dep install 32bit gprof gcov noopt |