TetaTricks/code/fortran/Makefile

6 lines
164 B
Makefile
Raw Normal View History

2023-03-04 12:48:05 +01:00
INCS = -I/usr/include/plplot -I/usr/lib/x86_64-linux-gnu/fortran/modules/plplot
plplotting: plplotting.f90 Makefile
gfortran -g $< $(INCS) -lplplotfortran -o $@