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