7 lines
75 B
Makefile
7 lines
75 B
Makefile
default:
|
|
|
|
install: default
|
|
|
|
run:
|
|
lua -e 'os.execute("kiwmi -c init.lua")'
|