From a350786ff3c2aa4ca9480b09365a68cef5e70abf Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Tue, 25 Aug 2009 14:28:16 -0700 Subject: [PATCH] Correctly label targets as phony. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7233af45..590ca1e8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PHONY: all clean test +.PHONY: all clean test all: python setup.py build_ext --inplace