DEBSOURCES
Skip Quicknav
sources / python-numpy / 1%3A1.8.2-2 / doc / pyrex / Makefile
123456789
all: python setup.py build_ext --inplace test: all python run_test.py .PHONY: clean clean: rm -rf *~ *.so *.c *.o build