diff options
Diffstat (limited to 'doc/pyrex/Makefile')
-rw-r--r-- | doc/pyrex/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/pyrex/Makefile b/doc/pyrex/Makefile deleted file mode 100644 index b5905e7be..000000000 --- a/doc/pyrex/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -all: - python setup.py build_ext --inplace - -test: all - python run_test.py - -.PHONY: clean -clean: - rm -rf *~ *.so *.c *.o build |