honk/toys/Makefile

12 lines
192 B
Makefile
Raw Normal View History

2019-11-07 21:50:52 +00:00
2019-11-12 06:09:08 +00:00
all: gettoken saytheday youvegothonks
2019-11-07 21:50:52 +00:00
gettoken: gettoken.go
go build gettoken.go
saytheday: saytheday.go
go build saytheday.go
2019-11-12 06:09:08 +00:00
youvegothonks: youvegothonks.go
go build youvegothonks.go