summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: