summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGiampaolo Rodola' <g.rodola@gmail.com>2013-12-10 19:53:18 +0100
committerGiampaolo Rodola' <g.rodola@gmail.com>2013-12-10 19:53:18 +0100
commit84255ea4ae4ca511ad7dab15f688d53003e74f92 (patch)
treeced19667cec60f64ccb2651d301dc3d5175dfe4c /Makefile
parentd60a7b5f36853ddae8139c43442864d16a324c3c (diff)
downloadpsutil-84255ea4ae4ca511ad7dab15f688d53003e74f92.tar.gz
Makefile: provide .PHONY directive; it seems to be necessary for make to work on OSX
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0225a6b7..b6456837 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
# Shortcuts for various tasks.
+.PHONY: install test nosetests memtest pep8 pyflakes clean
PYTHON=python
TEST_SCRIPT=test/test_psutil.py