From 78781ff4e0056650ef2af665b309e68e2a13a5ff Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 20 Mar 2011 21:17:18 +0100 Subject: add .PHONY target to makefile Signed-off-by: Florian Pritz --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c48bbc4..6604664 100644 --- a/Makefile +++ b/Makefile @@ -44,3 +44,5 @@ dist: all version: @echo $(VERSION) + +.PHONY: all install clean uninstall version dist -- cgit v1.2.3-24-g4f1b