diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-15 00:59:33 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-15 00:59:33 +0000 |
commit | 8db800bc91092872a06e20b72223ce94517cf522 (patch) | |
tree | 807c81ce5c4e3d7a7be0387e63c3d66be687839d /makefile | |
parent | updated (diff) | |
download | mutator-8db800bc91092872a06e20b72223ce94517cf522.tar.gz mutator-8db800bc91092872a06e20b72223ce94517cf522.zip |
updated
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #######################################VARS#################################### #CXX=g++ -CXX=clang++ +CXX?=clang++ CXX_FLAGS=$(shell llvm-config --cxxflags) |