aboutsummaryrefslogtreecommitdiffstats
path: root/obfuscator/makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-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