honk/toys/Makefile

12 lines
192 B
Makefile

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