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)