Browse Source

Clean up Makefile by removing debug code

Removed debug condition from Makefile.
pull/81/head
András Szabó GitHub 1 month ago
parent
commit
056063ed2e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      Makefile

+ 0
- 2
Makefile View File

@@ -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)


Loading…
Cancel
Save