some tests added...

This commit is contained in:
2020-01-10 12:01:12 +01:00
parent e51888b206
commit 0104a736ea
5 changed files with 85 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
# building the base library
#
COPT = -Wall -fpic -g -pg -no-pie -DDEBUG_LEVEL=0
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=0
OBJS = fimg-core.o fimg-pnm.o fimg-file.o fimg-math.o \
fimg-timers.o operators.o fimg-2gray.o \