1
0
geforkt von tTh/FloatImg
Dieser Commit ist enthalten in:
tTh
2023-06-29 15:40:59 +02:00
Ursprung 3949d147ef
Commit 17a4cc4dd2

Datei anzeigen

@@ -3,11 +3,11 @@
#  some ugly experiments, do not use in production #  some ugly experiments, do not use in production
# #
COPT = -Wall -Wextra -fpic -g -DDEBUG_LEVEL=1 -lm COPT = -Wall -Wextra -fpic -g -DDEBUG_LEVEL=0 -lm
DEPS = ../floatimg.h ../libfloatimg.a Makefile DEPS = ../floatimg.h ../libfloatimg.a Makefile
LIBS = ../libfloatimg.a -ltiff -lpnglite -lcfitsio -lm LIBS = ../libfloatimg.a -ltiff -lpnglite -lcfitsio -lm
all: assemblage extracteur muxplanes movepixels all: assemblage extracteur muxplanes movepixels mnt
# --------------------------------------------------------- # ---------------------------------------------------------