From 3331c22eb9b5dc7a00fbfaf09469f072ecb576dd Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Sat, 18 Jun 2011 17:30:59 +0200 Subject: Add phony target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3