Gitiles
Code Review
Sign In
osm.etsi.org
/
osm
/
N2VC
/
f32b6f276457966347ed0d80ec7673ebc1357dc0
/
.
/
Makefile
blob: c63a6ba4e4d1e44e6fee6ddcd7aa38905a79ee53 [
file
] [
log
] [
blame
]
clean
:
find
.
-
name __pycache__
-
type d
-
exec rm
-
r
{}
+
find
.
-
name
*.
pyc
-
delete
rm
-
rf
.
tox
rm
-
rf tests
/
charms
/
tmp
*
.
tox
:
tox
-
r
--
notest
test
:
lint
tox
lint
:
tox
-
e lint
package
:
python3 setup
.
py
--
command
-
packages
=
stdeb
.
command bdist_deb