aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 59acc4f00a1c77cccf16bc5af074086a346392fb (plain)
1
2
3
4
5
6
7
all: tea

%: %c
	gcc -o $@ $<

install:
	install tea /usr/bin/tea