awesomerc.lua-template/Makefile

16 lines
284 B
Makefile

dev:
scripts/run.sh start
test:
luarocks test
# Install the rock in the local tree (aka user home directory)
deploy:
luarocks --local build
# Run at your own risk:
# mkdir -p ~/.config/awesome
# cp -r config/awesome ~/.config/awesome
try-current:
scripts/run.sh try-current