aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPjotr Prins2017-07-11 09:42:05 +0000
committerPjotr Prins2017-07-11 09:42:18 +0000
commitddec1682853b0a2573e571d02f9b7017d82cebde (patch)
tree3b18fbbaa94e23c806b7e0e03d3a6789305cfc16 /Makefile
parentc3bc17415916a38aae675805b7f26a4cb6aafeca (diff)
downloadpangemma-ddec1682853b0a2573e571d02f9b7017d82cebde.tar.gz
Makefile: add extra slash to support relative eigen paths
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72994be..268174f 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ SRC_DIR = ./src
CPP = g++
-CPPFLAGS = -O3 -std=gnu++11 -isystem$(EIGEN_INCLUDE_PATH)
+CPPFLAGS = -O3 -std=gnu++11 -isystem/$(EIGEN_INCLUDE_PATH)
ifdef SHOW_COMPILER_WARNINGS
CPPFLAGS += -Wall