awesome-battery_widget/Makefile

25 lines
348 B
Makefile
Raw Permalink Normal View History

2024-10-31 21:18:37 +01:00
install:
luarocks --local build
luacheck:
luacheck .
stylua:
stylua --check .
ldoc-dryrun:
$(eval TMP := $(shell mktemp -d))
ldoc --fatalwarnings --dir $(TMP) .
rm -rf $(TMP)
cspell:
cspell lint .
lint-rockspec:
luarocks lint awesome-battery_widget-dev-1.rockspec
lint: luacheck stylua ldoc-dryrun cspell lint-rockspec
ldoc:
ldoc .