Skip to content

Commit

Permalink
fix Makefile for phoneserver
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Sep 18, 2019
1 parent 1329374 commit 3677a93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
build:
mkdir -p functions
cd cmd/phoneserver
go build -ldflags "-X main.Version=`git describe --tags`" -o ../../functions/phoneserver .
cd cmd/phoneserver && go build -ldflags "-X main.Version=`git describe --tags`" -o ../../functions/phoneserver .

0 comments on commit 3677a93

Please sign in to comment.