all repos — honk @ 76db8ac3fe77c4c686284f1026c5f18537cdc494

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