all repos — honk @ a44abed4a132d343fc15b4f5f1ca25c7a2654e78

my fork of honk

toys/Makefile (view raw)

 1
 2all: gettoken saytheday youvegothonks
 3
 4gettoken: gettoken.go
 5	go build gettoken.go
 6
 7saytheday: saytheday.go
 8	go build saytheday.go
 9
10youvegothonks: youvegothonks.go
11	go build youvegothonks.go