From 7058ecd1d0348d70578e382ad0ae98bf474b8685 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 17 Mar 2023 10:45:25 -0400 Subject: [PATCH] clean up the dust --- toys/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/toys/Makefile b/toys/Makefile index c1281c5..eed6d08 100644 --- a/toys/Makefile +++ b/toys/Makefile @@ -1,5 +1,5 @@ -PROGS=autobonker gettoken saytheday sprayandpray wonkawonk youvegothonks +PROGS=autobonker gettoken saytheday sprayandpray youvegothonks all: $(PROGS) @@ -18,8 +18,5 @@ saytheday: 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