blob: 85651b287565b83e7a394296b39c0455a72f067d [file] [log] [blame]
PWD := $(shell pwd)
V23_GO_FILES := $(shell find $(JIRI_ROOT) -name "*.go")
include ../shared/mojo.mk
# Flags for V23Proxy mojo service.
V23_MOJO_FLAGS := --v=0
build:
$(call MOGO_BUILD,v.io/x/mojo/proxy,$@)