all repos — honk @ de28a5fb0e5554df8ab515fe70c8c6f81236c6d7

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