added fimg_killcolors_a effect

This commit is contained in:
2020-02-07 18:01:28 +01:00
parent c48a3e4870
commit 622d011424
4 changed files with 71 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=0
DEPS = ../floatimg.h Makefile
OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o \
fimg-libpnm.o rampes.o
fimg-libpnm.o rampes.o sfx0.o
#---------------------------------------------------------------
@@ -30,6 +30,9 @@ misc-plots.o: misc-plots.c $(DEPS)
filtrage.o: filtrage.c $(DEPS)
gcc $(COPT) -c $<
sfx0.o: sfx0.c $(DEPS)
gcc $(COPT) -c $<
rampes.o: rampes.c $(DEPS)
gcc $(COPT) -c $<