treetrie-2015/Makefile

6 lines
45 B
Makefile
Raw Normal View History

2015-06-30 00:39:49 +00:00
t: *.c
gcc -Wall -o $@ *.c
clean:
rm -f t