all repos — honk @ 41a07fd9627aa61e8b45ca94bc2a41ee75a5a09b

my fork of honk

toys/Makefile (view raw)

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