From 51b61009098827bdc865d3d4ff9eaaf9be2cdb32 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Wed, 13 May 2020 01:14:39 +0200 Subject: [PATCH] makefile: add test to ex-6 target --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 76c140c..6ae6c9b 100644 --- a/makefile +++ b/makefile @@ -30,7 +30,7 @@ ex-5: ex-5/bin/main ex-5/bin/%: ex-5/%.c $(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 $(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