all repos — honk @ 1957a2e8cd08775eb299ad2d4456fed36d20f2ba

my fork of honk

clean up the dust
Ted Unangst tedu@tedunangst.com
Fri, 17 Mar 2023 10:45:25 -0400
commit

1957a2e8cd08775eb299ad2d4456fed36d20f2ba

parent

8b00c0b7d9a4f4548561d1a78251ff47c5a87f39

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

jump to
M toys/Makefiletoys/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