another build bug fixed

This commit is contained in:
tonton th 2020-12-01 15:28:15 +01:00
parent 4053baf7fd
commit 22999a4e40
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@
# ---------------------------------------------------------