We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54dce39 commit 129e036Copy full SHA for 129e036
Makefile
@@ -57,3 +57,7 @@ py-lint:
57
@echo "=== Running target: py-lint ==="
58
$(VENV)/flake8 --exclude .venv webapp_deploy
59
$(VENV)/black --check webapp_deploy
60
+
61
+.PHONY: clean
62
+clean:
63
+ rm -rf dist/ lib/
0 commit comments