all repos — honk @ 847cd0107be87eff16cd9e03aa274d43fbd313d7

my fork of honk

Makefile (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
all: honk

honk: *.go
	go build -o honk

clean:
	rm -f honk