all repos — honk @ 76d8e301e74b46da13000eb4d775b3dd76c0e3c5

my fork of honk

toys/Makefile (view raw)

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