From 9ee0d3ed9b22f53415d88332c8f10ab64bf49f9a Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 10 Aug 2018 05:33:14 +0430 Subject: travis fix --- obfuscator/makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3