From 35b13c80ba45301b73d4c95a7886d6793293e854 Mon Sep 17 00:00:00 2001 From: Qudix <17361645+Qudix@users.noreply.github.com> Date: Sun, 10 Nov 2024 11:58:51 -0600 Subject: [PATCH] chore: rename `extra` to `rules` --- xmake-extra.lua => xmake-rules.lua | 0 xmake.lua | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename xmake-extra.lua => xmake-rules.lua (100%) diff --git a/xmake-extra.lua b/xmake-rules.lua similarity index 100% rename from xmake-extra.lua rename to xmake-rules.lua diff --git a/xmake.lua b/xmake.lua index a05efd108..710945be0 100644 --- a/xmake.lua +++ b/xmake.lua @@ -11,8 +11,8 @@ set_encodings("utf-8") -- add rules add_rules("mode.debug", "mode.releasedbg") --- make extras available -includes("xmake-extra.lua") +-- make custom rules available +includes("xmake-rules.lua") -- define options option("skyrim_ae", function()