revert: remove Makefile

Problem: Makefile was added in b9279b5 but was previously deleted
intentionally.

Solution: remove it.
This commit is contained in:
Barrett Ruth 2026-02-22 16:06:17 -05:00
parent 2e1d137224
commit 81cf5b8b8f
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -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