diff --git a/Makefile b/Makefile index 4414cfe65c..5d240e7417 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ dep: ## Sorts dependencies # Apps -host-apps: ## Build apps binaries +host-apps: ## Build app ${OPTS} go build -o ./apps/chat.v1.0 ./cmd/apps/chat ${OPTS} go build -o ./apps/helloworld.v1.0 ./cmd/apps/helloworld ${OPTS} go build -o ./apps/therealproxy.v1.0 ./cmd/apps/therealproxy