all repos — honk @ 6a1af021e57b94ec336b6c737637fa92b1678718

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