aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 6f3c6db62a7e12ee1a1320d4de12e43cfaf6b54c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
test:
	sh ./scripts/run_test.sh
lint:
	luacheck lua/* test/*

style-lint:
	stylua --check .

.PHONY: test lint style-lint