toys/Makefile (view raw)
1
2all: autobonker gettoken saytheday sprayandpray youvegothonks
3
4autobonker: autobonker.go
5 go build autobonker.go
6
7gettoken: gettoken.go
8 go build gettoken.go
9
10saytheday: saytheday.go
11 go build saytheday.go
12
13sprayandpray: sprayandpray.go
14 go build sprayandpray.go
15
16youvegothonks: youvegothonks.go
17 go build youvegothonks.go