mirror of
https://github.com/enpaul/keyosk.git
synced 2024-11-24 23:47:49 +00:00
!fixup makefile
This commit is contained in:
parent
dc479bad75
commit
bc9f1166d5
4
Makefile
4
Makefile
@ -23,13 +23,13 @@ clean-tox:
|
|||||||
rm -rf ./.mypy_cache
|
rm -rf ./.mypy_cache
|
||||||
rm -rf ./.tox
|
rm -rf ./.tox
|
||||||
rm -f .coverage
|
rm -f .coverage
|
||||||
find ./tests -true -type d -name __pycache__ -prune -exec rm -rf {} \;
|
find ./tests -type d -name __pycache__ -prune -exec rm -rf {} \;
|
||||||
|
|
||||||
clean-py:
|
clean-py:
|
||||||
rm -rf ./dist
|
rm -rf ./dist
|
||||||
rm -rf ./build
|
rm -rf ./build
|
||||||
rm -rf ./*.egg-info
|
rm -rf ./*.egg-info
|
||||||
find ./keyosk -true -type d -name __pycache__ -prune -exec rm -rf {} \;
|
find ./keyosk -type d -name __pycache__ -prune -exec rm -rf {} \;
|
||||||
|
|
||||||
clean-docs:
|
clean-docs:
|
||||||
rm -rf $(DOC_BUILDDIR)
|
rm -rf $(DOC_BUILDDIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user