treetrie-2015/Makefile

6 lines
48 B
Makefile

t: *.c
gcc -Wall -o $@ -g *.c
clean:
rm -f t