diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-02-14 06:06:27 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-02-14 06:06:27 +0000 | 
| commit | 516d04d98b58d18b052a5cde526fd4f25f04517f (patch) | |
| tree | 34ad4f6695483d024cdb8bc433bf7fb512acd225 | |
| parent | now cleans before exit (diff) | |
| download | mutator-516d04d98b58d18b052a5cde526fd4f25f04517f.tar.gz mutator-516d04d98b58d18b052a5cde526fd4f25f04517f.zip | |
now CXX works properly in the makefile
| -rw-r--r-- | macros.mk | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/macros.mk b/macros.mk new file mode 100644 index 0000000..167fd9e --- /dev/null +++ b/macros.mk @@ -0,0 +1,3 @@ +#MACRO DEFINITIONS FOR MUTATOR BUILD + +CXX=clang++ | 
