aboutsummaryrefslogtreecommitdiffstats
path: root/macros.mk
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-14 06:06:27 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-14 06:06:27 +0000
commit516d04d98b58d18b052a5cde526fd4f25f04517f (patch)
tree34ad4f6695483d024cdb8bc433bf7fb512acd225 /macros.mk
parentnow cleans before exit (diff)
downloadmutator-516d04d98b58d18b052a5cde526fd4f25f04517f.tar.gz
mutator-516d04d98b58d18b052a5cde526fd4f25f04517f.zip
now CXX works properly in the makefile
Diffstat (limited to 'macros.mk')
-rw-r--r--macros.mk3
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++