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
1 changed files with 1 additions and 1 deletions

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
OBJ = ${subst src,build,${SRC:.c=.o}}
CC = gcc
CFLAGS = -Ilib -ggdb
CFLAGS = -Ilib -ggdb -std=c11
LDFLAGS =
all: md2