add a new uselessgraphic: squarmania

This commit is contained in:
Tonton Th
2026-05-04 20:01:24 +02:00
parent f302cf881a
commit cac6e89b00
3 changed files with 61 additions and 0 deletions

View File

@@ -57,3 +57,13 @@ lissajous.png: lissajous Makefile
convert WS/a.tga $@
# -----------------------------------------------
squarmania: squarmania.f90 Makefile genplotting.o
gfortran -Wall $< genplotting.o -o $@
squarmania.png: squarmania Makefile
./squarmania
genplot2 -s 512x512 WS/squarmania.scratch WS/a.tga
convert WS/a.tga $@
# -----------------------------------------------