mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 11:53:32 +01:00
6 lines
104 B
Makefile
6 lines
104 B
Makefile
|
default: $(wildcard %.py)
|
||
|
./cython_setup.py build_ext --inplace
|
||
|
|
||
|
clean:
|
||
|
rm *.c *.so *.pyc 2>/dev/null
|