(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 ha cambiato i file con 71 aggiunte e 0 eliminazioni
+3
Vedi 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 $@