add a new uselessgraphic: squarmania
This commit is contained in:
10
Makefile
10
Makefile
@@ -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 $@
|
||||
|
||||
# -----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user