diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-02-14 06:06:42 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-02-14 06:06:42 +0000 | 
| commit | d600d08364c109f8a1349f755e684e177f8154aa (patch) | |
| tree | 4f9536d1b3a5d405611b44773566a3dceba25f38 | |
| parent | now CXX works properly in the makefile (diff) | |
| download | mutator-d600d08364c109f8a1349f755e684e177f8154aa.tar.gz mutator-d600d08364c109f8a1349f755e684e177f8154aa.zip | |
includes macros.mk
| -rw-r--r-- | makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -1,4 +1,7 @@ +######################################INCLUDES################################# +include macros.mk +  #######################################VARS####################################  CXX?=clang++  LLVM_CONF?=llvm-config | 
