forked from tTh/FloatImg
minor fixes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
COPT = -g -fpic -no-pie -Wall -DDEBUG_LEVEL=0 -Werror=parentheses
|
||||
LIBS = ../libfloatimg.a -lpnglite -lm
|
||||
LIBS = ../libfloatimg.a -lpnglite -lm -lz
|
||||
|
||||
OBJS = fonctions.o sfx.o crapulator.o glitches.o metriques.o \
|
||||
filterstack.o
|
||||
@@ -17,7 +17,7 @@ all: fonderie interpolator t
|
||||
# ---------------------------------------------------------
|
||||
|
||||
t: t.c Makefile ${OBJS}
|
||||
gcc ${COPT} $< ${OBJS} ${LIBS} -lz -o $@
|
||||
gcc ${COPT} $< ${OBJS} ${LIBS} -o $@
|
||||
|
||||
# ---------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user