better handling of file extenstions

This commit is contained in:
tth
2021-04-23 11:08:05 +02:00
parent dcc1ff35cb
commit 0478bae6a3
3 changed files with 52 additions and 15 deletions

View File

@@ -1,6 +1,9 @@
#---------------------------------------------------------------
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=0
# Please, use the 'Gloabl.makefile' system !
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=1
DEPS = ../floatimg.h Makefile
OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \