missing tab

This commit is contained in:
Paul m. p. P 2019-08-07 17:20:15 +02:00 committed by GitHub
parent f0173af753
commit 10681c840e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ JSFLAGS += -s EXTRA_EXPORTED_RUNTIME_METHODS="['ccall', 'cwrap']"
JSFLAGS += -s EXPORTED_FUNCTIONS="['_mp_js_init', '_mp_js_init_repl', '_mp_js_do_str', '_mp_js_process_char', '_mp_hal_get_interrupt_char', '_mp_keyboard_interrupt']"
$(BUILD)/clang_predefs.h:
$(Q)mkdir -p $(dir $@)
$(Q)mkdir -p $(dir $@)
$(Q)emcc $(CFLAGS) $(CFLAGS_EXTRA) $(JSFLAGS) -E -x c /dev/null -dM > $@
# Create `clang_predefs.h` as soon as possible, using a Makefile trick