(re-)starting work on Henon mapping

This commit is contained in:
tth
2022-04-10 09:53:31 +02:00
parent 694066169c
commit e71084260a
3 changed files with 71 additions and 0 deletions

View File

@@ -18,6 +18,9 @@ OBJS = mods/spitpgm.o mods/points3d.o fraktals.o
# ---------------------------------------------
henon: henon.f90 Makefile $(OBJS)
gfortran $(GFOPT) $< $(OBJS) -o $@
julia: julia.f90 Makefile $(OBJS)
gfortran $(GFOPT) $< $(OBJS) -o $@