all repos
— honk
@ 13a5be66da0d7ddc113cbe4fe5c0874adab2d23d
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