all repos — honk @ eb1a21b4677fa0c1df8d6fb2d74a5dc2713cca80

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