forked from Botanical/BotanJS
8 lines
125 B
Makefile
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
|