mirror of
https://gitee.com/wa-lang/wa.git
synced 2025-12-06 17:19:15 +08:00
14 lines
216 B
Makefile
14 lines
216 B
Makefile
# 版权 @2023 凹语言 作者。保留所有权利。
|
|
|
|
run:
|
|
go run ../../../main.go run -console .
|
|
|
|
build:
|
|
go run ../../../main.go build -wat2c.native .
|
|
|
|
test:
|
|
go run ../../../main.go test .
|
|
|
|
clean:
|
|
-rm a.out*
|