first gif89a with fortran & plplot

This commit is contained in:
tTh
2023-03-21 15:03:09 +01:00
parent 0db76fef58
commit 28c260ea5e
5 changed files with 88 additions and 33 deletions

View File

@@ -6,3 +6,9 @@ plplotting: plplotting.f90 Makefile
dessiner: dessiner.f90 Makefile
gfortran -g $< $(INCS) -lplplotfortran -o $@
foo.gif: dessiner Makefile
rm -f WS/A????.png
./dessiner
convert -delay 10 -colors 31 WS/A????.png foo.gif