treetrie-2015/Makefile

8 lines
62 B
Makefile
Raw Permalink Normal View History

2015-06-30 23:23:34 +00:00
all: t
2015-06-30 00:39:49 +00:00
t: *.c
2015-07-19 15:48:14 +00:00
$(CC) -Wall -Os -o $@ -g *.c
2015-06-30 00:39:49 +00:00
clean:
rm -f t