add a new useless graphic

This commit is contained in:
Tonton Th
2026-04-29 08:59:13 +02:00
parent 4263302e46
commit 03b26558ee
3 changed files with 73 additions and 1 deletions

View File

@@ -28,6 +28,16 @@ randomwalk.png: randomwalk Makefile
# -----------------------------------------------
oscilloscope: oscilloscope.f90 Makefile genplotting.o
gfortran -Wall $< genplotting.o -o $@
oscilloscope.png: oscilloscope Makefile
./oscilloscope
genplot2 -s 512x512 WS/oscilloscope.scratch a.tga
convert a.tga $@
# -----------------------------------------------
spirale: spirale.f90 Makefile genplotting.o
gfortran -Wall $< genplotting.o -o $@