Add phony target

This commit is contained in:
Pieter Noordhuis 2011-06-18 17:30:59 +02:00
parent b8e0edaabb
commit 3331c22eb9
1 changed files with 2 additions and 0 deletions

View File

@ -142,3 +142,5 @@ gcov:
noopt:
$(MAKE) OPTIMIZATION=""
.PHONY: all test check clean dep install 32bit gprof gcov noopt