diff --git a/Makefile b/Makefile index 61f5f3f..77988c5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SOFTDIR=/Users/austin/Documents/CMS/softipbus -CFLAGS:=-g -Wall -Iinclude -I$(SOFTDIR)/include +CFLAGS:=-g -Wall -Iinclude -I$(SOFTDIR)/include -std=c99 CC=gcc SRC:=$(wildcard src/vmestream/*.c) \