From a6713926c4ff7d632bafea52ef5a5c1b58013200 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 16 May 2016 15:30:53 +0200 Subject: Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8cc4277..91cb916 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ clean: $(MAKE) -C tests clean test: lib/libgensvm.a - $(MAKE) -C test all + $(MAKE) -C tests all lib/libgensvm.a: \ src/libGenSVM.o \ -- cgit v1.2.3