mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 23:42:05 +00:00
11 lines
243 B
Makefile
11 lines
243 B
Makefile
|
# Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||
|
|
||
|
# # This will generate SDK for both runtime and wasm application
|
||
|
config:
|
||
|
./build_sdk.sh -i
|
||
|
|
||
|
menuconfig:
|
||
|
./menuconfig.sh
|
||
|
|