all repos — honk @ f5d94aab46f43ac911e506d0dcf1bea8bd711cff

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