revert: remove Makefile
Problem: Makefile was added in b9279b5 but was previously deleted
intentionally.
Solution: remove it.
This commit is contained in:
parent
2e1d137224
commit
81cf5b8b8f
1 changed files with 0 additions and 11 deletions
11
Makefile
11
Makefile
|
|
@ -1,11 +0,0 @@
|
||||||
.PHONY: lint fastlint test
|
|
||||||
|
|
||||||
lint:
|
|
||||||
stylua --check lua spec
|
|
||||||
selene --display-style quiet .
|
|
||||||
|
|
||||||
fastlint:
|
|
||||||
pre-commit run --all-files
|
|
||||||
|
|
||||||
test:
|
|
||||||
luarocks test --local
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue