mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-04 15:14:42 -04:00
Update Makefile
to help clean.
This commit is contained in:
@@ -39,11 +39,11 @@ clean-build: ## remove build artifacts
|
||||
rm -fr dist/
|
||||
rm -fr .eggs/
|
||||
find . -name '*.egg-info' -exec rm -fr {} +
|
||||
find . -name '*.egg' -exec rm -f {} +
|
||||
find . -name '*.egg' -exec rm -fr {} +
|
||||
|
||||
clean-pyc: ## remove Python file artifacts
|
||||
find . -name '*.pyc' -exec rm -f {} +
|
||||
find . -name '*.pyo' -exec rm -f {} +
|
||||
find . -name '*.pyc' -exec rm -fr {} +
|
||||
find . -name '*.pyo' -exec rm -fr {} +
|
||||
find . -name '__pycache__' -exec rm -fr {} +
|
||||
|
||||
clean-test: ## remove test and coverage artifacts
|
||||
|
||||
Reference in New Issue
Block a user