diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 10:42:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 10:42:32 -0600 |
| commit | 3532a553e420df46288fe9f137c1bd007b37dce5 (patch) | |
| tree | a896b7af2ce1f390e4a6f8a46dc3b0bdeb9b92fd /Makefile | |
| parent | a483e69d12f9522e882b700d3ea6940a6fd86bff (diff) | |
fixes to marshalv0.6.9
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |
