10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-08-07 21:10:13 +02:00
irpf90/src/Makefile
2019-10-21 13:57:59 +02:00

5 lines
150 B
Makefile

../bin/irpf90: irpf90_python.exe
rm ../bin/irpf90 ; cd ../bin ; ln -s ../src/irpf90_python.exe irpf90
clean:
rm -f *.c *.so *.pyc *.pyo 2>/dev/null