From 653a914e3c91337f6cff8eb256ebe76dc9932c56 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 4 Jul 2009 02:03:08 +0200 Subject: Makefile: Added .PHONY --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e7f5beb..80ea68d 100644 --- a/Makefile +++ b/Makefile @@ -17,3 +17,5 @@ clean: uninstall: rm -f $(prefix)/bin/apt-why rm -f $(prefix)/share/man/man1/apt-why.1 + +.PHONY: clean install uninstall -- cgit v1.2.3