diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 07:03:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 07:03:51 -0600 |
| commit | 5abf602bf7491e415921cb68e058f7def18db2ad (patch) | |
| tree | 39b6878286a477c3ab06cfb99c01e4756311dd68 /Makefile | |
| parent | d576aa8a25b9ee3606396c3e61cfc3c5f117b627 (diff) | |
rename to 'argv'; use standard -ldflagsv0.5.3
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -23,7 +23,8 @@ no-gui: build ./go-clone --no-gui build: - GO111MODULE=off go build -v -ldflags "-X main.Version=${VERSION} -X gui.GUIVERSION=${VERSION}" + GO111MODULE=off go build -v \ + -ldflags "-X main.VERSION=${VERSION} -X gui.GUIVERSION=${VERSION}" build-go-1.21: @#GO111MODULE=off /usr/lib/go-1.21/bin/go build -v -ldflags "-X main.VERSION=${VERSION}" @@ -45,7 +46,7 @@ reset: # clear your terminal reset -gocui: build +gui-gocui: build reset ./go-clone --gui gocui >/tmp/witgui.log.stderr 2>&1 |
