Files
arena.h/Makefile
2025-07-22 17:12:24 +02:00

7 lines
84 B
Makefile

test: test.c arena.h
cc -Wall -Wextra -DDEBUG -o test test.c
clean:
rm -rf test