10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-24 22:22:09 +02:00
irpf90/src/Makefile

6 lines
104 B
Makefile
Raw Normal View History

2011-11-28 22:12:45 +01:00
default: $(wildcard %.py)
./cython_setup.py build_ext --inplace
clean:
rm *.c *.so *.pyc 2>/dev/null