Skip to content

Commit 67b2307

Browse files
committed
update makefile
1 parent 4531a06 commit 67b2307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ all : clean lint
2020

2121
.PHONY: clean
2222
clean:
23-
rm -fr dist/* .pytype src/wechaty/ui ui/
23+
rm -fr dist/* .pytype src/wechaty/ui ui/ scripts/ui
2424

2525
.PHONY: lint
2626
lint: pylint pycodestyle flake8 mypy

0 commit comments

Comments
 (0)