all repos — honk @ 5cf50073f73383d035eb2e1f937f1a7754e9986e

my fork of honk

Makefile (view raw)

1
2all: honk
3
4honk: *.go
5	go build -mod=`ls -d vendor 2> /dev/null` -o honk
6
7clean:
8	rm -f honk