Skip to content

Commit 14c5999

Browse files
authored
Merge pull request #128 from teto/add-makefile
adds a Makefile
2 parents ad7ac9f + 55a549f commit 14c5999

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
lint:
2+
luacheck .
3+
4+
format:
5+
stylua .

0 commit comments

Comments
 (0)