forked from tTh/FloatImg
added fimg_killcolors_a effect
This commit is contained in:
@@ -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 $<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user