add randomwalk next gen

This commit is contained in:
Tonton Th
2026-05-08 23:54:39 +02:00
parent d4c3783d72
commit 0a2598af5b
3 changed files with 73 additions and 0 deletions

View File

@@ -12,6 +12,11 @@ testbed: testbed.f90 Makefile genplotting.o
# -----------------------------------------------
rndwlkng: rndwlkng.f90 Makefile genplotting.o
gfortran -Wall $< genplotting.o -o $@
# -----------------------------------------------
starfield: starfield.f90 Makefile genplotting.o
gfortran -Wall $< genplotting.o -o $@