summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-04-10 05:41:53 +0300
committerDevaev Maxim <[email protected]>2019-04-10 05:41:53 +0300
commit3dff356345f9d92a72eb6b15d1398711b8f47b01 (patch)
treed71dbf29d9dedb3d453098a4191d5be783181c95 /Makefile
parent6d1199c95c5ada9ff05e7b4cabf30599d2c7d16f (diff)
makefile fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 242286af..e516d9ae 100644
--- a/Makefile
+++ b/Makefile
@@ -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: