more experiments in progress

This commit is contained in:
tTh
2023-04-29 19:29:45 +02:00
parent ff916c434c
commit cb599a253c
6 changed files with 201 additions and 4 deletions

View File

@@ -23,6 +23,12 @@ muxplanes: muxplanes.c ${DEPS}
movepixels: movepixels.c ${DEPS}
gcc $(COPT) $< ../libfloatimg.a ${LIBS} -o $@
mnt: mnt.c ${DEPS}
gcc $(COPT) $< ../libfloatimg.a ${LIBS} -o $@
fimg2obj: fimg2obj.c $(DEPS)
gcc $(COPT) $< ../libfloatimg.a ${LIBS} -o $@
# ---------------------------------------------------------
# CACHE ENGINE