Chore: set std to 11
This commit is contained in:
parent
8b410f8484
commit
f96fed1ebd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
SRC = src/main.c src/helper.c src/io.c src/md2.c src/md2_impls/md2_common.c src/md2_impls/md2_0.c
|
SRC = src/main.c src/helper.c src/io.c src/md2.c src/md2_impls/md2_common.c src/md2_impls/md2_0.c
|
||||||
OBJ = ${subst src,build,${SRC:.c=.o}}
|
OBJ = ${subst src,build,${SRC:.c=.o}}
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -Ilib -ggdb
|
CFLAGS = -Ilib -ggdb -std=c11
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
|
|
||||||
all: md2
|
all: md2
|
||||||
|
|
Loading…
Reference in a new issue