From b1786aa6928d59645bd385c974cda186501b9667 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Mon, 16 Mar 2020 22:52:49 +0100 Subject: [PATCH] makefile: fix ex-6 build --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 0cbd4ef..8dadabb 100644 --- a/makefile +++ b/makefile @@ -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