From 1b38333f7cd38a2acc3df4dce73f59d61d4d7975 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Fri, 23 Dec 2011 11:33:56 +0100 Subject: [PATCH] adding a phony target to makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 97aa1b9..d3c0c63 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,5 @@ clean: .PHONY: install .PHONY: uninstall +.PHONY: clean