mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-02 21:52:24 -04:00
Fixed make clean
Just changed the order of things to clean up.
This commit is contained in:
parent
0880a356e6
commit
ae28dbb0e6
2
Makefile
2
Makefile
@ -32,7 +32,7 @@ docs: changelog
|
|||||||
mv ChangeLog.rst docs/changelog.rst
|
mv ChangeLog.rst docs/changelog.rst
|
||||||
tox -edocs
|
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
|
clean-build: ## remove build artifacts
|
||||||
rm -fr build/
|
rm -fr build/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user