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