all repos — honk @ 9a6e94328b7510fb177a24f64e49a8685f5e8cbd

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