summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 10:42:32 -0600
committerJeff Carr <[email protected]>2024-12-01 10:42:32 -0600
commit3532a553e420df46288fe9f137c1bd007b37dce5 (patch)
treea896b7af2ce1f390e4a6f8a46dc3b0bdeb9b92fd /Makefile
parenta483e69d12f9522e882b700d3ea6940a6fd86bff (diff)
fixes to marshalv0.6.9
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c1c9057..cf5754b 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ no-gui: build
./go-clone --no-gui
build:
- make -C ../../lib/protobuf/gitpb/
- GO111MODULE=off go build \
+ reset
+ GO111MODULE=off go build -v \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
install:
@@ -49,6 +49,9 @@ clean:
git-clone:
./go-clone --recursive --go-src --no-work go.wit.com/lib/daemons/virtigod
+test-build: build
+ ./go-clone --build go.wit.com/apps/helloworld
+
debian:
go-deb --no-gui --repo go.wit.com/apps/go-clone