X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=Makefile;h=abc2c39c93c113c35d5d41b3c5c1d6cb108651f2;hp=4655d335ed3ae0a7eb3b09b5ebec8decf76d9864;hb=cf253202ee98f285720c18d5c7bae382ea900934;hpb=5e08a0e8fa4fd9d0156d28f8f4e53e5b176c704a diff --git a/Makefile b/Makefile index 4655d33..abc2c39 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,12 @@ clean: find . -name __pycache__ -type d -exec rm -r {} + find . -name *.pyc -delete rm -rf .tox - rm -rf tests/charms/tmp* + rm -rf tests/charms/builds/* .tox: tox -r --notest test: lint tox lint: tox -e lint +package: + python3 setup.py --command-packages=stdeb.command bdist_deb