all repos — honk @ bfc8dfefe5f1aad0f3b13004ba5b5c58dfd304cf

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