CC = clang CFLAGS = -O2 -Wall -Wextra -Wno-c2x-extensions test_array: $(CC) $(CFLAGS) -o test_array test_array.c libkeke_array.c ./test_array