fix Makefile (use C23 with GNU extension)
This commit is contained in:
parent
9f1862f150
commit
5d58c84be4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
CFLAGS := -Wall -Wextra
|
||||
CFLAGS := -Wall -Wextra -std=gnu23
|
||||
|
||||
main: main.c
|
||||
gcc ${CFLAGS} -o $@ $^
|
||||
|
|
Loading…
Reference in a new issue