From 7807b02f5ae9d3b8c45263a087ff3a6df9b97026 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 17 May 2010 22:13:39 -0400 Subject: makefile: add proper .PHONY target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 49af59a..83fe575 100644 --- a/Makefile +++ b/Makefile @@ -26,3 +26,4 @@ uninstall: squashfu.1: README.pod pod2man --section=1 --center=" " --release=" " --name="SQUASHFU" --date="squashfu-${VERSION}" README.pod > squashfu.1 +.PHONY: all doc install uninstall -- cgit v1.2.3