From 29c53818fe3ca8498f9a5e79454e26393bbdd508 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sat, 18 Jan 2025 21:26:03 -0800 Subject: [PATCH] tail globals --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 95eb84a..a991b8f 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ luascripts: luamin --version || true xxd --version || true luamin -f web/static/globals.lua > globals.lua || true + tail -c 100 globals.lua xxd -i globals.lua > lib/lua_globals.h rm globals.lua