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:
parent
0880a356e6
commit
ae28dbb0e6
2
Makefile
2
Makefile
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user