aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \