This commit is contained in:
2
Makefile
2
Makefile
@@ -1,5 +1,5 @@
|
||||
CC := gcc
|
||||
CFLAGS := -Wall -Wextra -Iinclude -Icommon -std=c23
|
||||
CFLAGS := -Wall -Wextra -Iinclude -Icommon -std=c2x
|
||||
|
||||
PROG_NAME := program
|
||||
SRC_DIR := src
|
||||
|
@@ -2,4 +2,4 @@
|
||||
-Wextra
|
||||
-Iinclude
|
||||
-Icommon
|
||||
-std=c23
|
||||
-std=c2x
|
||||
|
Reference in New Issue
Block a user