eplf/src/Makefile

14 lines
161 B
Makefile
Raw Normal View History

2009-12-04 10:42:19 +01:00
include ../make.config
SRC=
OBJ=
2009-12-10 00:58:43 +01:00
eplf: main to_cube
2009-12-04 16:14:23 +01:00
mv main ../bin/eplf
2009-12-10 00:58:43 +01:00
mv to_cube ../bin/
2009-11-06 00:27:24 +01:00
include irpf90.make
irpf90.make: $(wildcard *.irp.f)
$(IRPF90)