Files
libkeke/Makefile
T
2026-08-18 08:12:49 -05:00

6 lines
155 B
Makefile

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