This commit is contained in:
2026-08-18 08:12:49 -05:00
parent b444f539af
commit 0ee2fe8874
5 changed files with 17 additions and 8 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
CC = clang
CFLAGS = -O2 -Wall -Wextra -Wno-c2x-extensions
CC = zig cc
CFLAGS = -O2 -std=c23 #-Wall -Wextra -Wno-c2x-extensions
test_array:
$(CC) $(CFLAGS) -o test_array test_array.c libkeke_array.c
./test_array