honk/toys/Makefile

15 lines
262 B
Makefile
Raw Normal View History

2019-11-07 22:50:52 +01:00
2019-11-26 20:57:23 +01:00
all: gettoken saytheday sprayandpray youvegothonks
2019-11-07 22:50:52 +01:00
gettoken: gettoken.go
go build gettoken.go
saytheday: saytheday.go
go build saytheday.go
2019-11-12 07:09:08 +01:00
2019-11-26 20:57:23 +01:00
sprayandpray: sprayandpray.go
go build sprayandpray.go
2019-11-12 07:09:08 +01:00
youvegothonks: youvegothonks.go
go build youvegothonks.go