Correctly label targets as phony.

This commit is contained in:
Stefan van der Walt
2009-08-25 14:28:16 -07:00
parent 13195d0944
commit a350786ff3
+1 -1
View File
@@ -1,4 +1,4 @@
PHONY: all clean test
.PHONY: all clean test
all:
python setup.py build_ext --inplace