treetrie-2015/Makefile

8 lines
60 B
Makefile

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