You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/api/internal/genapi/Makefile

10 lines
213 B

# Determine this makefile's path.
# Be sure to place this BEFORE `include` directives, if any.
THIS_FILE := $(lastword $(MAKEFILE_LIST))
api:
go run -tags genapi .
goimports -w ${GEN_BASEPATH}/api
.PHONY: api