aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-14 06:06:42 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-14 06:06:42 +0000
commitd600d08364c109f8a1349f755e684e177f8154aa (patch)
tree4f9536d1b3a5d405611b44773566a3dceba25f38
parentnow CXX works properly in the makefile (diff)
downloadmutator-d600d08364c109f8a1349f755e684e177f8154aa.tar.gz
mutator-d600d08364c109f8a1349f755e684e177f8154aa.zip
includes macros.mk
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index cd7de9f..95ab535 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,7 @@
+######################################INCLUDES#################################
+include macros.mk
+
#######################################VARS####################################
CXX?=clang++
LLVM_CONF?=llvm-config