add the circles factory

This commit is contained in:
Tonton Th
2026-05-14 19:52:23 +02:00
parent e060fad764
commit 086c2af118
3 changed files with 42 additions and 0 deletions

View File

@@ -15,6 +15,19 @@ testbed: testbed.f90 Makefile genplotting.o
rndwlkng: rndwlkng.f90 Makefile genplotting.o
gfortran -Wall $< genplotting.o -o $@
rndwlkng.png: rndwlkng Makefile
./rndwlkng
convert rndwlkng.png rndwlkng.png
# -----------------------------------------------
morecircles: morecircles.f90 Makefile genplotting.o
gfortran -Wall $< genplotting.o -o $@
morecircles.png: morecircles Makefile
./morecircles
convert morecircles.tga morecircles.png
# -----------------------------------------------
starfield: starfield.f90 Makefile genplotting.o