Add -std=c++11 flag to Makefile

master
Tait Hoyem 5 years ago
parent 026f564e83
commit 597c47a2c7

@ -1,4 +1,4 @@
defualt: build
build:
g++ -I../src/ -o tests.out ../src/functions.cpp tests_main.cpp
g++ -std=c++11 -I../src/ -o tests.out ../src/functions.cpp tests_main.cpp

Loading…
Cancel
Save