1
0
mirror of https://github.com/enpaul/keyosk.git synced 2024-11-24 23:47:49 +00:00

!fixup makefile

This commit is contained in:
Ethan Paul 2020-03-09 00:42:07 -04:00
parent dc479bad75
commit bc9f1166d5

View File

@ -23,13 +23,13 @@ clean-tox:
rm -rf ./.mypy_cache
rm -rf ./.tox
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:
rm -rf ./dist
rm -rf ./build
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:
rm -rf $(DOC_BUILDDIR)