Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 0de0580

Browse files
committed
update Makefile
1 parent 7ae9df1 commit 0de0580

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@ include Makefile.config
22
-include Makefile.custom.config
33
.SILENT:
44

5+
check: lint test
6+
57
clean:
8+
rm -rf .pytest_cache
9+
10+
clean-all: clean
611
rm -fr $(VENV)
712
rm -fr *.egg-info
813
rm -fr .eggs
9-
rm -rf .pytest_cache
1014
rm -fr build
1115
rm -rf dist
16+
rm -rf *.log
1217

1318
create-mastodon-cli:
1419
$(PYTHON) $(FLASK_APP)/utils/create_mastodon_client.py

0 commit comments

Comments
 (0)