filebrowser: adjust init
This commit is contained in:
parent
2ca7d60a0b
commit
4df68f54a5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user