drop down to c11 standard to work on older distros

This commit is contained in:
Chris Cromer 2021-06-26 19:17:50 -04:00
parent 5e5c9d8db3
commit d7fe743d5c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
CC=clang
CFLAGS=-Wall -Isrc/include -DDEBUG -g -std=c17
CFLAGS=-Wall -Isrc/include -DDEBUG -g -std=c11
LDFLAGS=
FILENAME=myshellin
SRC=src/myshellin.c src/loop.c src/console_line.c src/array.c src/builtins.c