summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-08-18 16:14:31 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-08-18 16:14:31 -0700
commit84f27995ca43c879eace490ff1e57cbdde6b9d2c (patch)
tree945d4a04520a09ebcf5ceb74f556679c95c8878d
parent716ad5fd8aa3be2cfe46ab3d06fc1c9aee1f27f0 (diff)
Makefile: Added 'install' to PHONY list.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3183b5af0..0e1d0202e 100644
--- a/Makefile
+++ b/Makefile
@@ -56,4 +56,4 @@ osxpkg:
clean:
-rm ${MANPAGES}
-.PHONY: all man clean test build bench haddock sdist osxpkg
+.PHONY: install all man clean test build bench haddock sdist osxpkg