Chore: set std to 11

This commit is contained in:
Dorian Zedler 2022-07-06 15:20:52 +02:00
parent 8b410f8484
commit f96fed1ebd
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -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