X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=Makefile;h=abc2c39c93c113c35d5d41b3c5c1d6cb108651f2;hp=c63a6ba4e4d1e44e6fee6ddcd7aa38905a79ee53;hb=ea14f890f054d5eb85416a5b6c8c7713e2506ad8;hpb=f32b6f276457966347ed0d80ec7673ebc1357dc0 diff --git a/Makefile b/Makefile index c63a6ba..abc2c39 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