filebrowser: adjust init

This commit is contained in:
CN_SZTL 2020-08-05 23:15:17 +08:00
parent 2ca7d60a0b
commit 4df68f54a5
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -66,7 +66,6 @@ define Build/Compile
$(TARGET_CC) -c -O3 -o duk_module_node.o -I. ../extras/module-node/duk_module_node.c; \
$(TARGET_AR) cr libduktape.a duktape.o; \
$(TARGET_AR) cr libduktape_module.a duk_module_node.o; \
cd ../../../..; \
env $(call Build/Compile/Default) \
)
endef