forked from tTh/FloatImg
commit avant la Ganguise + push en vrac
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
COPT = -Wall -fpic -g -no-pie -DDEBUG_LEVEL=0
|
||||
OBJS = fimg-core.o fimg-pnm.o fimg-file.o fimg-math.o \
|
||||
fimg-timers.o operators.o
|
||||
fimg-timers.o operators.o fimg-2gray.o
|
||||
DEPS = Makefile ../floatimg.h
|
||||
|
||||
# modify it 'as you like'
|
||||
@@ -23,6 +23,9 @@ t: t.c ../libfloatimg.a $(DEPS)
|
||||
fimg-core.o: fimg-core.c $(DEPS)
|
||||
gcc $(COPT) -c $<
|
||||
|
||||
fimg-2gray.o: fimg-2gray.c $(DEPS)
|
||||
gcc $(COPT) -c $<
|
||||
|
||||
operators.o: operators.c $(DEPS)
|
||||
gcc $(COPT) -c $<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user