mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Clean up instance directory
This commit is contained in:
parent
35ed57cc8b
commit
4b41be6875
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
all: test
|
||||
|
||||
clean:
|
||||
rm -rf build dist *.egg-info/ .tox/ target/ venv/
|
||||
rm -rf build dist *.egg-info/ .tox/ target/ venv/ instance/
|
||||
find . -name '*.pyc' -delete
|
||||
find . -name '__pycache__' -delete
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue