all repos — honk @ b237cfa543fcdbc9ef30ac0e87c60772011f12fe

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