Updated Makefile to use c++ 14

This commit is contained in:
Jason Cox 2016-01-11 15:41:15 -05:00
parent 181291c5a8
commit e674e58cef
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
LIBS=wpi
override CFLAGS +=-l$(LIBS) -std=c++11
override CFLAGS +=-l$(LIBS) -std=c++14
TEAM=1786
SSH_OPTIONS=-q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
SSH_SSHPASS=$(shell command -v sshpass >/dev/null 2>&1 && echo -n "sshpass -p ''")