This commit is contained in:
le vieux 2020-11-10 13:59:25 +01:00
parent 0fecf14eff
commit 3706ad4d98
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ sfx.o: sfx.c ${DEPS} Makefile
metriques.o: metriques.[hc] Makefile
gcc ${COPT} -c $<
glitches.o: glitches.[hc] Makefile
glitches.o: glitches.c glitches.h Makefile
gcc ${COPT} -c $<
interpolator: interpolator.c ${OBJS} Makefile