premier dessin avec plplot

This commit is contained in:
tTh
2023-03-07 20:49:36 +01:00
parent 04eeae6de9
commit aa4f0664cb
5 changed files with 102 additions and 9 deletions

View File

@@ -3,3 +3,6 @@ INCS = -I/usr/include/plplot -I/usr/lib/x86_64-linux-gnu/fortran/modules/plplot
plplotting: plplotting.f90 Makefile
gfortran -g $< $(INCS) -lplplotfortran -o $@
dessiner: dessiner.f90 Makefile
gfortran -g $< $(INCS) -lplplotfortran -o $@