makefile fix

This commit is contained in:
Devaev Maxim 2019-04-10 05:41:53 +03:00
parent 6d1199c95c
commit 3dff356345

View File

@ -42,7 +42,7 @@ tox: _testenv
run:
make _run_cmd CMD="python -m kvmd.apps.kvmd"
make _run_cmd CMD="$(if $(CMD), $(CMD), python -m kvmd.apps.kvmd)"
shell: