Skip to content

Commit

Permalink
Changes as discussed
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuryshev committed Mar 21, 2019
1 parent 9721ccd commit 2edd3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2edd3da

Please sign in to comment.