forked from tTh/FloatImg
moving things around...
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
COPT = -Wall -fpic -g -no-pie -pg -DDEBUG_LEVEL=0
|
||||
DEPS = ../floatimg.h Makefile
|
||||
OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o
|
||||
OBJS = fimg-png.o fimg-tiff.o misc-plots.o filtrage.o utils.o
|
||||
|
||||
#---------------------------------------------------------------
|
||||
|
||||
@@ -20,3 +20,6 @@ misc-plots.o: misc-plots.c $(DEPS)
|
||||
|
||||
filtrage.o: filtrage.c $(DEPS)
|
||||
gcc $(COPT) -c $<
|
||||
|
||||
utils.o: utils.c $(DEPS)
|
||||
gcc $(COPT) -c $<
|
||||
|
||||
Reference in New Issue
Block a user