aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-15 00:59:33 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-15 00:59:33 +0000
commit8db800bc91092872a06e20b72223ce94517cf522 (patch)
tree807c81ce5c4e3d7a7be0387e63c3d66be687839d /makefile
parentupdated (diff)
downloadmutator-8db800bc91092872a06e20b72223ce94517cf522.tar.gz
mutator-8db800bc91092872a06e20b72223ce94517cf522.zip
updated
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 21a03fe..de1acd7 100644
--- a/makefile
+++ b/makefile
@@ -1,7 +1,7 @@
#######################################VARS####################################
#CXX=g++
-CXX=clang++
+CXX?=clang++
CXX_FLAGS=$(shell llvm-config --cxxflags)