all repos — honk @ 7947262f98c3232bf243ec7a85da90a5137182f3

my fork of honk

Makefile (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
all: honk

honk: *.go
	go build -mod=`ls -d vendor 2> /dev/null` -o honk

clean:
	rm -f honk