aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-05-17 22:13:39 -0400
committerDave Reisner <d@falconindy.com>2010-05-17 22:13:39 -0400
commit7807b02f5ae9d3b8c45263a087ff3a6df9b97026 (patch)
treec50afdab93feb16529a798145e9ad9380a927741 /Makefile
parent7f897e286dc4a3dfb13ddc7b9f2de433c2a9fbb9 (diff)
downloadsquashfu-7807b02f5ae9d3b8c45263a087ff3a6df9b97026.tar.gz
makefile: add proper .PHONY target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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