10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-02 11:25:19 +02:00
irpf90/src/Makefile
Anthony Scemama ac5f474fed Cython
Version:1.2.8
2011-11-28 22:12:45 +01:00

6 lines
104 B
Makefile

default: $(wildcard %.py)
./cython_setup.py build_ext --inplace
clean:
rm *.c *.so *.pyc 2>/dev/null