From 056063ed2e76ca7062d5c936e74a1541f45ebf88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Szab=C3=B3?= <34127628+firolightfog@users.noreply.github.com> Date: Tue, 13 Jan 2026 16:55:43 +0100 Subject: [PATCH] Clean up Makefile by removing debug code Removed debug condition from Makefile. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 97fcb63..57275fb 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,6 @@ LUAJIT := 1 endif # Entropia File System Watcher -ifdef false #added to debug ifdef ARCH_WIN efsw := dep/lib/efsw-static-release.lib else @@ -53,7 +52,6 @@ else cd efsw && cp lib/libefsw-static-release.a $(DEP_PATH)/lib/ endif cd efsw && cp -R include/efsw $(DEP_PATH)/include/ -endif #added to debug # Duktape ifeq ($(DUKTAPE), 1)