pickover in gif89a

This commit is contained in:
tth
2022-02-16 12:15:30 +01:00
parent 8905cf858b
commit 1d9273a697
2 changed files with 47 additions and 4 deletions

View File

@@ -20,3 +20,8 @@ pickover: pickover.f90 Makefile $(OBJS)
gfortran $(GFOPT) $< $(OBJS) -o $@
# ---------------------------------------------
foo.pgm: pickover Makefile
./pickover $@ > /dev/null
# ---------------------------------------------