From bd994461ef7c2553da9a6945c685152bad50eb8f Mon Sep 17 00:00:00 2001 From: Thijs Date: Thu, 16 Nov 2023 09:09:54 +0100 Subject: feat(term): getting/setting terminal config flags --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4f4d685..dd20ee9 100644 --- a/Makefile +++ b/Makefile @@ -45,3 +45,13 @@ install-all: @cd src && $(MAKE) install LUA_VERSION=5.3 .PHONY: test +test: + busted + +.PHONY: lint +lint: + luacheck . + +.PHONY: docs +docs: + ldoc . -- cgit v1.2.3