From c353b1a162065e4efb7da30d8e57631654ebd6fc Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 6 Sep 2024 21:52:08 +0200 Subject: noch mehr code aufräumen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index dc2f464..e9c835d 100644 --- a/makefile +++ b/makefile @@ -19,7 +19,7 @@ BINS=bin/allocator \ bin/stack-array \ bin/stack-linked-list -CFLAGS=-Wall -Werror -Wextra -Wno-unused-function -Wsign-conversion -pedantic -std=c99 -g +CFLAGS=-Wall -Werror -Wextra -Wno-unused-function -Wsign-conversion -pedantic -std=c17 -g all: $(BINS) -- cgit v1.3