the genp module can now run the renderer

This commit is contained in:
Tonton Th
2026-05-07 22:30:30 +02:00
parent 95a8502d0f
commit a079f026f7
4 changed files with 51 additions and 1 deletions

View File

@@ -1,11 +1,15 @@
#
all: spirale.png
all: testbed
# -----------------------------------------------
genplotting.o: genplotting.f90 Makefile
gfortran -Wall -c $<
testbed: testbed.f90 Makefile genplotting.o
gfortran -Wall $< genplotting.o -o $@
# -----------------------------------------------
starfield: starfield.f90 Makefile genplotting.o