aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3e95865..6d2479e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
VERSION=0.1
CC=gcc
CFLAGS=-Wall -O3 -DVERSION=$(VERSION) -g
-INCLUDE= -Iinclude/
-LIB= -Llib/
+INCLUDE= -Iinclude
+LIB= -Llib
EXECS=trainMSVMMaj trainMSVMMajdataset
.PHONY: all clean tar