moved hid to kvmd

This commit is contained in:
Devaev Maxim
2018-09-26 02:20:58 +03:00
parent 940989b6e9
commit 089bac2bcd
10 changed files with 12 additions and 9 deletions

View File

@@ -40,6 +40,10 @@ shell:
make run TESTENV_CMD=/bin/bash
regen:
python3 genmap.py
release:
make clean
make tox
@@ -66,7 +70,9 @@ push:
clean:
rm -rf build site dist pkg src *.egg-info kvmd-*.tar.gz
find -name __pycache__ | xargs rm -rf
make -C hid clean
clean-all: clean
rm -rf .tox .mypy_cache
make -C hid clean-all