all repos — honk @ cee91279ee6da9d61f066d2a6e35d32b5c282ec6

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