all repos — honk @ e5cbd10ac388882962a35b34e11bb8cc33d12e4e

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