aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2024-09-06 21:52:08 +0200
committerThomas Schmucker <ts@its1.de>2024-09-06 21:52:08 +0200
commitc353b1a162065e4efb7da30d8e57631654ebd6fc (patch)
tree782381d9782578e3313ccd1cc6e24aa9ce2f9c2c /makefile
parent9e8caf1e06ba7510160305da11a30d91dcfc23e5 (diff)
downloaddata-structures-c353b1a162065e4efb7da30d8e57631654ebd6fc.tar.gz
data-structures-c353b1a162065e4efb7da30d8e57631654ebd6fc.tar.bz2
data-structures-c353b1a162065e4efb7da30d8e57631654ebd6fc.zip
noch mehr code aufräumen
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index dc2f464..e9c835d 100644
--- a/makefile
+++ b/makefile
@@ -19,7 +19,7 @@ BINS=bin/allocator \
19 bin/stack-array \ 19 bin/stack-array \
20 bin/stack-linked-list 20 bin/stack-linked-list
21 21
22CFLAGS=-Wall -Werror -Wextra -Wno-unused-function -Wsign-conversion -pedantic -std=c99 -g 22CFLAGS=-Wall -Werror -Wextra -Wno-unused-function -Wsign-conversion -pedantic -std=c17 -g
23 23
24all: $(BINS) 24all: $(BINS)
25 25