diff options
| author | Jeff Carr <[email protected]> | 2025-08-22 04:00:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-22 04:00:41 -0500 |
| commit | 76ef21fc66db127098ddd634fd7e2a52abb81193 (patch) | |
| tree | d55e5523990eff367ddd60d251cf7c587cd555bf /Makefile | |
| parent | 8f9726c6e47c2c722137f2d2aabe4c507ece5c14 (diff) | |
new logging
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -7,15 +7,15 @@ vet: @GO111MODULE=off go vet @echo this go binary package builds okay -verbose: goimports vet plugin +verbose: goimports vet GO111MODULE=off go install -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -build: goimports vet plugin +build: goimports vet GO111MODULE=off go build -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -install: goimports vet plugin +install: goimports vet GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" @@ -23,14 +23,10 @@ gemini: GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -install-raw: goimports vet plugin +install-raw: goimports vet go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -plugin: - rm -f resources/*.so - # -cp ../../toolkits/gocui/gocui.so resources/ - andlabs: clean install gemini --gui gocui --gui-verbose --gui-file ../../toolkits/andlabs/andlabs.so @@ -49,3 +45,7 @@ clean: identify-protobuf: autogenpb --identify ~/.gemini/gemini.pb + + +playback: + gemini playback |
