Fixed makefile error when compiling test executable
This commit is contained in:
parent
79d1513ebd
commit
a241dc857d
2
Makefile
2
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user