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