clean the toy box
Ted Unangst tedu@tedunangst.com
Sat, 05 Feb 2022 23:18:09 -0500
1 files changed,
6 insertions(+),
1 deletions(-)
jump to
M
toys/Makefile
→
toys/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