makefile: add test to ex-6 target
This commit is contained in:
parent
12f15e1998
commit
51b6100909
2
makefile
2
makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user