aboutsummaryrefslogtreecommitdiffstats
path: root/obfuscator/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-08-10 01:03:14 +0000
committerbloodstalker <thabogre@gmail.com>2018-08-10 01:03:14 +0000
commit9ee0d3ed9b22f53415d88332c8f10ab64bf49f9a (patch)
treeee556bd4f85ac396691de08dcada48498d7169b5 /obfuscator/makefile
parentresolves 27 (diff)
downloadmutator-9ee0d3ed9b22f53415d88332c8f10ab64bf49f9a.tar.gz
mutator-9ee0d3ed9b22f53415d88332c8f10ab64bf49f9a.zip
travis fix
Diffstat (limited to 'obfuscator/makefile')
-rw-r--r--obfuscator/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/obfuscator/makefile b/obfuscator/makefile
index 960fb80..11d2738 100644
--- a/obfuscator/makefile
+++ b/obfuscator/makefile
@@ -4,6 +4,7 @@ include ../macros.mk
#######################################VARS####################################
OBSC=obfuscator
+CXX_FLAGS+=-std=c++14
SRCS=$(wildcard *.cpp)
######################################RULES####################################
.DEFAULT: all