diff --git a/Makefile b/Makefile index 712bf45..9ddb694 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC := gcc # Compiler flags -CFLAGS := -Wall -Wextra -Wpedantic +CFLAGS := -Wall -Wextra -Wpedantic -std=c2x # Directories SRC_DIR := src