all repos — honk @ 234f3e3766486669ab7c3ea53a30c255c59381ef

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