diff options
author | Dave Reisner <d@falconindy.com> | 2010-05-17 22:13:39 -0400 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-05-17 22:13:39 -0400 |
commit | 7807b02f5ae9d3b8c45263a087ff3a6df9b97026 (patch) | |
tree | c50afdab93feb16529a798145e9ad9380a927741 /Makefile | |
parent | 7f897e286dc4a3dfb13ddc7b9f2de433c2a9fbb9 (diff) | |
download | squashfu-7807b02f5ae9d3b8c45263a087ff3a6df9b97026.tar.gz |
makefile: add proper .PHONY target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |