From 09f0e97d5d138bb99037419d08083d6ae4b64d08 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:51:45 +0100 Subject: [PATCH] Clean up debug condition in Makefile Removed unnecessary debug condition for Entropia File System Watcher. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ce10f7f..97fcb63 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,6 @@ QUICKJS := 1 LUAJIT := 1 endif - # Entropia File System Watcher ifdef false #added to debug ifdef ARCH_WIN @@ -54,7 +53,7 @@ else cd efsw && cp lib/libefsw-static-release.a $(DEP_PATH)/lib/ endif cd efsw && cp -R include/efsw $(DEP_PATH)/include/ -end if #added to debug +endif #added to debug # Duktape ifeq ($(DUKTAPE), 1)