You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
449 B

PROGS=autobonker gettoken saytheday sprayandpray wonkawonk youvegothonks
all: $(PROGS)
clean:
rm -f $(PROGS)
autobonker: autobonker.go
go build autobonker.go
gettoken: gettoken.go
go build gettoken.go fetch.go
saytheday: saytheday.go
go build saytheday.go
sprayandpray: sprayandpray.go
go build sprayandpray.go
wonkawonk: wonkawonk.go fetch.go
go build wonkawonk.go fetch.go
youvegothonks: youvegothonks.go
go build youvegothonks.go