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