+ lissajous plotter

This commit is contained in:
Tonton Th
2026-05-01 01:10:00 +02:00
parent 03b26558ee
commit 62012286ff
3 changed files with 53 additions and 0 deletions

View File

@@ -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 $@
# -----------------------------------------------