Added merge

This commit is contained in:
2026-08-20 03:24:35 -05:00
parent 7395915e2d
commit 991fdd198e
4 changed files with 69 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
test_all: && test_array test_symbol
test_array:
zig cc -o test_array -std=c23 test_array.c libkeke_array.c libkeke_utils.c
zig cc -o test_array -std=gnu23 test_array.c libkeke_array.c libkeke_utils.c
./test_array
test_symbol: