Files
wa/waroot/examples/hello/Makefile
2025-06-19 08:05:13 +08:00

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*