all repos — honk @ 2168c60f7d1833529f93f339ae694bda9f2afec6

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