clean the toy box

This commit is contained in:
Ted Unangst 2022-02-05 23:18:09 -05:00
parent 979b64256b
commit e2ed63dc43
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
all: autobonker gettoken saytheday sprayandpray youvegothonks
PROGS=autobonker gettoken saytheday sprayandpray youvegothonks
all: $(PROGS)
clean:
rm -f $(PROGS)
autobonker: autobonker.go
go build autobonker.go