forked from tTh/FloatImg
another build bug fixed
This commit is contained in:
parent
4053baf7fd
commit
22999a4e40
|
@ -42,7 +42,7 @@ metriques.o: metriques.c metriques.h Makefile
|
|||
glitches.o: glitches.c glitches.h Makefile
|
||||
gcc ${COPT} -c $<
|
||||
|
||||
interpolator: interpolator.c ${DEPS} Makefile
|
||||
interpolator: interpolator.c ${DEPS} ${OBJS} Makefile
|
||||
gcc ${COPT} $< ${OBJS} ${LIBS} -lz -o $@
|
||||
|
||||
# ---------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue