summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-30 12:44:29 -0600
committerJeff Carr <[email protected]>2024-11-30 12:44:29 -0600
commitfa98d97dfba46bac5590ee98d0493640b000d883 (patch)
treeacf31c5b4f79838945db12c5b18b4127b8076866 /Makefile
parentdd258155dfedcbfb17b4c9903e967fc394c83e6a (diff)
prepare to use go-clone to buildv0.6.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c817dc7..c1c9057 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ no-gui: build
./go-clone --no-gui
build:
+ make -C ../../lib/protobuf/gitpb/
GO111MODULE=off go build \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"