Skip to content

Commit 4828488

Browse files
author
星冉
authored
Update Makefile
1 parent 5f71e08 commit 4828488

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +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; \
15+
go build -o examples/plugln/ding-ding-bot -v ./examples/plugln/ding-ding-bot.go
1516

1617
.PHONY: clean
1718
clean:
18-
rm -f examples/ding-dong-bot
19+
rm -f examples/ding-dong-bot ; \
20+
rm -f examples/plugln/ding-ding-bot
21+
22+
.PHONY: test

0 commit comments

Comments
 (0)