From a639da7bf58c664d94ff71838b86cee5b5d677f0 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 9 Mar 2020 16:29:59 +0000 Subject: Remove unused OPTFLAGS --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index dc6001a..ea2d053 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-Wall -Wno-unused-result -Wsign-compare -g -rdynamic -DNDEBUG $(OPTFLAGS) +CFLAGS=-Wall -Wno-unused-result -Wsign-compare -g -rdynamic -DNDEBUG INCLUDE=-I../include/ -I./include LIB=-L../lib LDFLAGS+=-lcblas -llapack -lm -lgensvm -- cgit v1.2.3