aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2014-08-18 14:19:25 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2014-08-18 14:19:25 +0200
commit32f8a34ae9520e76ec9e91455f92f44d44c1e495 (patch)
tree7031367a7b1dd0d30c6f1a9f570b75085df2ec55 /Makefile
parentchanges in training (diff)
downloadgensvm-32f8a34ae9520e76ec9e91455f92f44d44c1e495.tar.gz
gensvm-32f8a34ae9520e76ec9e91455f92f44d44c1e495.zip
fix length of S to take norm of
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d2479e..7cefd3f 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,8 @@ lib/libmsvmmaj.a: \
@echo libmsvmmaj.a...
trainMSVMMaj: src/trainMSVMMaj.c lib/libmsvmmaj.a
- @$(CC) -o trainMSVMMaj src/trainMSVMMaj.c $(CFLAGS) $(INCLUDE) $(LIB) -lmsvmmaj $(LDFLAGS)
+ @$(CC) -o trainMSVMMaj src/trainMSVMMaj.c $(CFLAGS) $(INCLUDE) $(LIB)\
+ -lmsvmmaj $(LDFLAGS)
@echo trainMSVMMaj...
trainMSVMMajdataset: src/trainMSVMMajdataset.c lib/libmsvmmaj.a