diff --git a/Makefile b/Makefile index 2c160c4..f4ac62e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ BIN = vlibras CC = g++ -FLAGS = -g +FLAGS = -g -std=c++11 EXTRATORDIR = extrator/src/ MIXERDIR = mixer/src/ -- libgit2 0.21.2