makefile: add test to ex-6 target

This commit is contained in:
Michele Guerini Rocco 2020-05-13 01:14:39 +02:00
parent 12f15e1998
commit 51b6100909

View File

@ -30,7 +30,7 @@ ex-5: ex-5/bin/main
ex-5/bin/%: ex-5/%.c ex-5/bin/%: ex-5/%.c
$(CCOMPILE) $(CCOMPILE)
ex-6: ex-6/bin/main ex-6: ex-6/bin/main ex-6/bin/test
ex-6/bin/main: ex-6/main.c ex-6/common.c ex-6/rl.c ex-6/fft.c ex-6/bin/main: ex-6/main.c ex-6/common.c ex-6/rl.c ex-6/fft.c
$(CCOMPILE) $(CCOMPILE)
ex-6/bin/test: ex-6/test.c ex-6/common.c ex-6/rl.c ex-6/fft.c ex-6/dist.c ex-6/bin/test: ex-6/test.c ex-6/common.c ex-6/rl.c ex-6/fft.c ex-6/dist.c