Skip to content

Commit 5afb6dd

Browse files
author
星冉
committed
添加Makefile 测试 📝
1 parent 4828488 commit 5afb6dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ bot:
1111

1212
.PHONY: test
1313
test:
14-
go build -o examples/ding-dong-bot -v ./examples/ding-dong-bot.go; \
14+
go build -o examples/ding-dong-bot -v ./examples/ding-dong-bot.go
1515
go build -o examples/plugln/ding-ding-bot -v ./examples/plugln/ding-ding-bot.go
1616

1717
.PHONY: clean
1818
clean:
19-
rm -f examples/ding-dong-bot ; \
19+
rm -f examples/ding-dong-bot
2020
rm -f examples/plugln/ding-ding-bot
2121

2222
.PHONY: test

0 commit comments

Comments
 (0)