1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-04-19 09:49:01 -04:00

Fixed make clean

Just changed the order of things to clean up.
This commit is contained in:
Hemna 2024-12-10 11:46:40 -05:00
parent 0880a356e6
commit ae28dbb0e6

View File

@ -32,7 +32,7 @@ docs: changelog
mv ChangeLog.rst docs/changelog.rst
tox -edocs
clean: clean-build clean-pyc clean-test clean-dev ## remove all build, test, coverage and Python artifacts
clean: clean-dev clean-test clean-build clean-pyc ## remove all build, test, coverage and Python artifacts
clean-build: ## remove build artifacts
rm -fr build/