summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-03-22 14:12:50 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2025-03-22 14:12:50 +0200
commite0e4da87f21f79376ea37e90db60aae8d7e9f010 (patch)
tree6d7d20ba8a5297af77c90167b4ce06980e210d58 /Makefile
parent4f647dc8520a9186b367400c5a337b681aec5565 (diff)
downloadconts-e0e4da87f21f79376ea37e90db60aae8d7e9f010.tar.gz
conts-e0e4da87f21f79376ea37e90db60aae8d7e9f010.zip
try to use more generic auto type for iteration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff1eea3..f7934d8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -g -std=c23 -Wall -Wextra
+CFLAGS = -g -Wall -Wextra
check: check-vec check-sptree check-map
check-vec: