+ lissajous plotter
This commit is contained in:
10
Makefile
10
Makefile
@@ -47,3 +47,13 @@ spirale.png: spirale Makefile
|
||||
convert a.tga $@
|
||||
|
||||
# -----------------------------------------------
|
||||
|
||||
lissajous: lissajous.f90 Makefile genplotting.o
|
||||
gfortran -Wall $< genplotting.o -o $@
|
||||
|
||||
lissajous.png: lissajous Makefile
|
||||
./lissajous
|
||||
genplot2 -s 512x512 WS/lissajous.scratch a.tga
|
||||
convert a.tga $@
|
||||
|
||||
# -----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user