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 ./.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)
|
||||
|
Loading…
Reference in New Issue
Block a user