Skip to content

Commit 6cec13a

Browse files
committed
Updated Makefile.
1 parent b2c0923 commit 6cec13a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ tox: install-test ## Run tox test
101101
clean-test-all: clean-build ## Clean build and test assets.
102102
@rm -rf .tox/
103103
@rm -rf .pytest_cache/
104-
@rm test.db
104+
@rm -f test.db
105105

106106
lint:
107107
isort .
@@ -112,3 +112,5 @@ create-docs:
112112

113113
serve-docs:
114114
@npx docsify serve ./docs
115+
116+
clean: clean-test-all clean-build

0 commit comments

Comments
 (0)