clean the toy box

master
Ted Unangst 2 years ago
parent 979b64256b
commit e2ed63dc43

@ -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

Loading…
Cancel
Save