aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 4f8ad1c38fde2c4702e2ed078e379705458c26d1 (plain) (blame)
1
2
3
4
5
tmp: tmp.go
	go build $<

clean:
	rm -f tmp *~