a running color mandelbrot

This commit is contained in:
tTh
2022-12-27 01:29:04 +01:00
parent 8ea11d110b
commit c6f6ed48a4
3 changed files with 26 additions and 29 deletions

View File

@@ -17,7 +17,7 @@ fraktals.o: fraktals.f90 Makefile
gfortran $(GFOPT) -c $<
OBJDEP = mods/points3d.o mods/xperiment.o fraktals.o mods/fractcolmap.o
OBJS = $(OBJDEP) ../Modules/spitpgm.o
OBJS = $(OBJDEP) ../Modules/pixrgb.o ../Modules/spitpgm.o
# ---------------------------------------------