honk/toys/Makefile
2019-11-12 01:09:08 -05:00

11 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