first gif89a with fortran & plplot
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user