makefile: fix ex-6 build

This commit is contained in:
Michele Guerini Rocco 2020-03-16 22:52:49 +01:00
parent d8fa563c97
commit b1786aa692

View File

@ -21,7 +21,7 @@ ex-4/bin/main: ex-4/main.c
ex-5/bin/%: ex-5/%.c
$(CCOMPILE)
ex-6/bin/main: ex-6/rl.c ex-6/fft.c
ex-6/bin/main: ex-6/main.c ex-6/rl.c ex-6/fft.c
$(CCOMPILE)
ex-7/bin/main: ex-7/main.c ex-7/common.c ex-7/fisher.c ex-7/percep.c