7 lines
84 B
Makefile
7 lines
84 B
Makefile
|
|
test: test.c arena.h
|
|
cc -Wall -Wextra -DDEBUG -o test test.c
|
|
|
|
clean:
|
|
rm -rf test
|