Skip to content

Commit e8e763f

Browse files
committed
add make clean
1 parent ce80d74 commit e8e763f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ bot:
1111

1212
.PHONY: test
1313
test:
14-
go build -o ding-dong-bot -v ./examples/ding-dong-bot.go
14+
go build -o examples/ding-dong-bot -v ./examples/ding-dong-bot.go
15+
16+
.PHONY: clean
17+
clean:
18+
rm -f examples/ding-dong-bot

0 commit comments

Comments
 (0)