starfield use the setoffset func

This commit is contained in:
Tonton Th
2026-04-23 22:42:27 +02:00
parent 485f2f646d
commit 392d9f1b81
3 changed files with 53 additions and 0 deletions

View File

@@ -8,6 +8,11 @@ genplotting.o: genplotting.f90 Makefile
# -----------------------------------------------
starfield: starfield.f90 Makefile genplotting.o
gfortran -Wall $< genplotting.o -o $@
# -----------------------------------------------
spirale: spirale.f90 Makefile genplotting.o
gfortran -Wall $< genplotting.o -o $@