You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wasm3/platforms/embedded/wm_w600/build.sh

11 lines
162 B
Bash

#!/bin/sh
rm -rf .output
mkdir -p .output/wasm3/obj/m3/
make COMPILE=gcc TARGET=wasm3 FLASH_SIZE=1M VERBOSE=YES
cp $WM_SDK/bin/wasm3/* ./.output/
rm test.bin