[bug 581] Fix parameter checking if no data-type
[osm/N2VC.git] / Makefile
index 4655d33..abc2c39 100644 (file)
--- 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