minor fixes

Bu işleme şunda yer alıyor:
phyto
2020-12-03 22:05:21 +01:00
ebeveyn 77a137a168
işleme 11b1d996e8
2 değiştirilmiş dosya ile 3 ekleme ve 2 silme

Dosyayı Görüntüle

@@ -4,7 +4,7 @@
# #
COPT = -g -fpic -no-pie -Wall -DDEBUG_LEVEL=0 -Werror=parentheses 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 \ OBJS = fonctions.o sfx.o crapulator.o glitches.o metriques.o \
filterstack.o filterstack.o
@@ -17,7 +17,7 @@ all: fonderie interpolator t
# --------------------------------------------------------- # ---------------------------------------------------------
t: t.c Makefile ${OBJS} t: t.c Makefile ${OBJS}
gcc ${COPT} $< ${OBJS} ${LIBS} -lz -o $@ gcc ${COPT} $< ${OBJS} ${LIBS} -o $@
# --------------------------------------------------------- # ---------------------------------------------------------

Dosyayı Görüntüle

@@ -6,6 +6,7 @@
#include <stdlib.h> #include <stdlib.h>
#include "../floatimg.h" #include "../floatimg.h"
#include "crapulator.h"
#include "filterstack.h" #include "filterstack.h"
#undef DEBUG_LEVEL #undef DEBUG_LEVEL