treetrie-2015/Makefile

6 lines
52 B
Makefile
Raw Normal View History

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