X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=Makefile;h=51e19b4f752469ece407d0356602b9e957116413;hp=4655d335ed3ae0a7eb3b09b5ebec8decf76d9864;hb=fc511ed0e2f3bbbdc0ccaa6b0d6ae7cc57b029f9;hpb=5e08a0e8fa4fd9d0156d28f8f4e53e5b176c704a diff --git a/Makefile b/Makefile index 4655d33..51e19b4 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ 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