remove dependency on cblas

This commit is contained in:
Kevin Keogh
2017-04-02 21:13:55 -04:00
parent a8a96ba17a
commit 50fd8df3aa
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
CC=gcc
CFLAGS=-Wall -fPIC -O3 -ansi -pedantic-errors
LDFLAGS=-lcblas -lm
LDFLAGS=-lm
PREFIX= /usr/local
opt-pricer : src/opt-pricer.c gbm.o black_scholes.o utils.o