From a241dc857d8439cff35390436a16432655eb5469 Mon Sep 17 00:00:00 2001 From: _ <_> Date: Sat, 26 Aug 2017 01:07:14 -0700 Subject: [PATCH] Fixed makefile error when compiling test executable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb4ccc1..26207df 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ EX=reflex2q3 CC=g++ CFLAGS=-std=c++11 -I"include" -I"lib/Catch/single_include" -I"lib/cxxopts/include" -I"/usr/include/eigen3" -TESTEX=bin/runtests +TESTEX=runtests all: main test