clean up the dust

This commit is contained in:
Ted Unangst 2023-03-17 10:45:25 -04:00
parent 31a9ea6a08
commit 7058ecd1d0
1 changed files with 1 additions and 4 deletions

View File

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