10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-07-17 08:30:23 +02:00
irpf90/src/Makefile

5 lines
150 B
Makefile
Raw Normal View History

../bin/irpf90: irpf90_python.exe
rm ../bin/irpf90 ; cd ../bin ; ln -s ../src/irpf90_python.exe irpf90
2011-11-28 22:12:45 +01:00
clean:
2012-06-04 17:11:10 +02:00
rm -f *.c *.so *.pyc *.pyo 2>/dev/null