clean the toy box
This commit is contained in:
parent
979b64256b
commit
e2ed63dc43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue