diff options
| author | Giampaolo Rodola' <g.rodola@gmail.com> | 2013-12-10 19:53:18 +0100 |
|---|---|---|
| committer | Giampaolo Rodola' <g.rodola@gmail.com> | 2013-12-10 19:53:18 +0100 |
| commit | 84255ea4ae4ca511ad7dab15f688d53003e74f92 (patch) | |
| tree | ced19667cec60f64ccb2651d301dc3d5175dfe4c /Makefile | |
| parent | d60a7b5f36853ddae8139c43442864d16a324c3c (diff) | |
| download | psutil-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ # Shortcuts for various tasks. +.PHONY: install test nosetests memtest pep8 pyflakes clean PYTHON=python TEST_SCRIPT=test/test_psutil.py |
