Files
AstroJS/Makefile
T
2026-06-11 08:56:40 +08:00

8 lines
125 B
Makefile

include mk/common.mk
include mk/resolver-go.mk
include mk/closure-api.mk
build: build-resolver build-closure
.PHONY: build