From c340c412778ff74076d1c290cf8fd3574dabbda0 Mon Sep 17 00:00:00 2001 From: Tobias <5702338+T0biii@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:13:45 +0200 Subject: [PATCH] Update Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 32cc4fdd..4909214a 100644 --- a/Makefile +++ b/Makefile @@ -85,3 +85,6 @@ output-clean: rm -rf output/* clean: gluon-clean output-clean + +lint-lua: FORCE + @scripts/lint-lua.sh