all repos — honk @ 07adb29f734f3f610b06d2732d9991956292c692

my fork of honk

clean the toy box
Ted Unangst tedu@tedunangst.com
Sat, 05 Feb 2022 23:18:09 -0500
commit

07adb29f734f3f610b06d2732d9991956292c692

parent

7591f9e6ca98f5f756bca8354cc74da8de359aaa

1 files changed, 6 insertions(+), 1 deletions(-)

jump to
M toys/Makefiletoys/Makefile

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