all repos — honk @ 65617bf87caad4e41d86a52e4f25a5a7150f9f78

my fork of honk

toys/Makefile (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
all: gettoken saytheday youvegothonks

gettoken: gettoken.go
	go build gettoken.go

saytheday: saytheday.go
	go build saytheday.go

youvegothonks: youvegothonks.go
	go build youvegothonks.go