all repos — honk @ b5501c4ee6ece99e8f638b9efd566f984ad6ac69

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