aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 5a155648fc014b33f446347f178e8f1c8c198ef3 (plain) (blame)
1
2
3
4
5
6
test:
	sh ./scripts/run_test.sh
lint:
	luacheck lua/* test/*
.PHONY: test lint