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 ./.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)