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 ee97b9f..a35cd53 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ OBJ=$(patsubst %.c,%.o,$(SRC))
all: lib/libgensvm.a $(EXECS)
-override LDFLAGS+=-lcblas -llapack -lm
+override LDFLAGS+=-lcblas -llapack -lm -latlas
debug: CFLAGS += -DDEBUG
debug: all