changeset 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 5b6961384ee2
children bc72dd89c2c9
files Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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