all repos — honk @ 9c2d2289ff615b4b08a39c88b72b6cfc4863860a

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