10
0
mirror of https://gitlab.com/scemama/eplf synced 2024-06-02 03:15:31 +02:00
eplf/src/Makefile

13 lines
126 B
Makefile
Raw Normal View History

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