2024-10-22 12:07:18 +02:00
|
|
|
dev:
|
|
|
|
scripts/run.sh start
|
|
|
|
|
|
|
|
test:
|
|
|
|
luarocks test
|
2024-10-23 20:09:48 +02:00
|
|
|
|
|
|
|
# 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
|