summaryrefslogtreecommitdiff
path: root/config/essentials/vis/Makefile
blob: f2d386b4e5b907ea7a751043412ae59cfdd8fe95 (plain)
1
2
3
4
5
6
.PHONY: check 

LUA_FILES := $(shell find . -type f -name "*.lua")

check:
	luacheck --no-color --globals=vis -- $(LUA_FILES)