aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-16 15:30:53 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-16 15:30:53 +0200
commita6713926c4ff7d632bafea52ef5a5c1b58013200 (patch)
treef2c04e009746068b917cc896688a07ff45b07786 /Makefile
parentmake dependence on globals.h explicit (diff)
downloadgensvm-a6713926c4ff7d632bafea52ef5a5c1b58013200.tar.gz
gensvm-a6713926c4ff7d632bafea52ef5a5c1b58013200.zip
Fix typo
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 \