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