-std=gnu99

This commit is contained in:
Andrew Pamment
2017-04-05 17:44:16 +10:00
parent 627fc6344b
commit fd1a136eb5
8 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
CC=cc
CFLAGS=-I/usr/local/include -I./deps/
CFLAGS=-std=gnu99 -I/usr/local/include -I./deps/
DEPS = bbs.h
JAMLIB = deps/jamlib/jamlib.a
ZMODEM = deps/Xmodem/libzmodem.a