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