add some stuff
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
|
||||
INCS = -I/usr/include/plplot -I/usr/lib/x86_64-linux-gnu/fortran/modules/plplot
|
||||
|
||||
# sinple examples
|
||||
|
||||
printty: printty.f90 Makefile
|
||||
gfortran -g $< $(INCS) -o $@
|
||||
|
||||
|
||||
# more complex garbage
|
||||
|
||||
plplotting: plplotting.f90 Makefile
|
||||
gfortran -g $< $(INCS) -lplplotfortran -o $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user