clean the toy box

Ted Unangst 2 years ago
parent bd380a6c1c
commit d66ef43047

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