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