This commit is contained in:
tTh 2023-06-29 15:40:59 +02:00
parent 3949d147ef
commit 17a4cc4dd2
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
#  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
LIBS = ../libfloatimg.a -ltiff -lpnglite -lcfitsio -lm
all: assemblage extracteur muxplanes movepixels
all: assemblage extracteur muxplanes movepixels mnt
# ---------------------------------------------------------