diff --git a/Makefile b/Makefile index 60f769e..3870256 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ default: install: default + +run: + lua -e 'os.execute("kiwmi -c init.lua")'