summaryrefslogtreecommitdiff
path: root/numpy/doc/pyrex/Makefile
blob: b5905e7be910d2872f99ca634a4864a16540fec8 (plain)
1
2
3
4
5
6
7
8
9
all:
	python setup.py build_ext --inplace

test:   all
	python run_test.py

.PHONY: clean
clean:
	rm -rf *~ *.so *.c *.o build