all repos — honk @ 2fe21f213e00855fe354cbe10567d908f7e0335c

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