all repos
— honk
@ 309be3dc59ab8198d643a189f60db403008ffc32
my fork of honk
summary
refs
tree
log
Makefile (
view raw
)
1
2
3
4
5
6
7
8
all: honk honk: *.go go build -o honk clean: rm -f honk