From c1d28a718a536c1127c1a772b8598436d9eab105 Mon Sep 17 00:00:00 2001 From: Carlos Sosa Date: Mon, 22 Jun 2020 12:03:41 -0700 Subject: Working version of the command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2d08551..47a5ba8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SERVER_OUT := "bin/server" +SERVER_OUT := "bin/stream" CLIENT_OUT := "../bin/client" API_OUT := "api/api.pb.go" API_REST_OUT := "api/api.pb.gw.go" -- cgit v1.3-2-g0d8e