The never ending clean.

This commit is contained in:
2026-08-06 07:43:02 +02:00
parent e9556df285
commit 4f90def979
6 changed files with 51 additions and 13 deletions
-1
View File
@@ -1,6 +1,5 @@
-- ------------------------------------------------------------
-- BUILD SYSTEM
-- ------------------------------------------------------------
local function build(args)
if vim.fn.filereadable("build.sh") == 0 then
vim.notify("No build.sh found in current directory.", vim.log.levels.WARN)