From 795528e3b63d094f9b239fa88cab12a7c5ef3dc4 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 14 May 2014 11:21:49 -0700 Subject: changed makefile to use cblas explicitly --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5f4617e..8e38378 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,15 @@ 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 all: lib/libmsvmmaj.a $(EXECS) -override LDFLAGS+=-lblas -llapack -lm +override LDFLAGS+=-lblas -llapack -lm -lcblas lib/libmsvmmaj.a: \ src/crossval.o \ -- cgit v1.2.3