diff Makefile @ 363:07f6613fe0df

Makefile: add .PHONY so tests will run correctly
author Augie Fackler <durin42@gmail.com>
date Fri, 29 Oct 2010 08:36:29 -0500
parents 7954842c9637
children 37a06b903df6
line wrap: on
line diff
--- a/Makefile
+++ b/Makefile
@@ -21,3 +21,5 @@
 	cd tests && $(PYTHON) $(CREW)/tests/run-tests.py $(TESTFLAGS)
 
 all-version-tests: tests-1.4.3 tests-1.5.4 tests-1.6.2 tests-tip
+
+.PHONY: tests all-version-tests