Makefile: Added 'install' to PHONY list.

This commit is contained in:
John MacFarlane
2014-08-18 16:14:31 -07:00
parent 716ad5fd8a
commit 84f27995ca
+1 -1
View File
@@ -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