clean up the dust
Ted Unangst tedu@tedunangst.com
Fri, 17 Mar 2023 10:45:25 -0400
1 files changed,
1 insertions(+),
4 deletions(-)
jump to
M
toys/Makefile
→
toys/Makefile
@@ -1,5 +1,5 @@
-PROGS=autobonker gettoken saytheday sprayandpray wonkawonk youvegothonks +PROGS=autobonker gettoken saytheday sprayandpray youvegothonks all: $(PROGS)@@ -17,9 +17,6 @@ go build saytheday.go
sprayandpray: sprayandpray.go go build sprayandpray.go - -wonkawonk: wonkawonk.go fetch.go - go build wonkawonk.go fetch.go youvegothonks: youvegothonks.go go build youvegothonks.go