treetrie-2015/Makefile

6 lines
45 B
Makefile

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