treetrie-2015/Makefile

8 lines
62 B
Makefile

all: t
t: *.c
$(CC) -Wall -Os -o $@ -g *.c
clean:
rm -f t