all repos — honk @ ff67fc32e5ac9213e7ff1e7324be06f5642b5e69

my fork of honk

toys/Makefile (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
all: gettoken saytheday

gettoken: gettoken.go
	go build gettoken.go

saytheday: saytheday.go
	go build saytheday.go