all repos — honk @ 9e0c9b01fa61e22fdbf0c82f2808cfa9c50d54df

my fork of honk

toys/Makefile (view raw)

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

gettoken: gettoken.go
	go build gettoken.go

saytheday: saytheday.go
	go build saytheday.go

sprayandpray: sprayandpray.go
	go build sprayandpray.go

youvegothonks: youvegothonks.go
	go build youvegothonks.go