# 版权 @2022 凹语言 作者。保留所有权利。

default:
	go run ../../main.go -target=arduino hello.wat

clean:
	-rm *.wasm
