10
0
mirror of https://gitlab.com/scemama/eplf synced 2024-06-01 19:05:27 +02:00
eplf/src/Makefile
2009-12-10 00:58:43 +01:00

14 lines
161 B
Makefile

include ../make.config
SRC=
OBJ=
eplf: main to_cube
mv main ../bin/eplf
mv to_cube ../bin/
include irpf90.make
irpf90.make: $(wildcard *.irp.f)
$(IRPF90)