all repos — honk @ a84000a2b15d7d578b5ba64b162408beb738bd06

my fork of honk

toys/Makefile (view raw)

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

gettoken: gettoken.go
	go build gettoken.go

saytheday: saytheday.go
	go build saytheday.go

youvegothonks: youvegothonks.go
	go build youvegothonks.go