diff options
| author | Jeff Carr <[email protected]> | 2025-03-10 07:53:11 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-10 07:53:11 -0500 |
| commit | 68bf08bd6ca9ecbb3c5c846c908cd89450fbd96e (patch) | |
| tree | 6364cba0031c0736b9fedc013f5982d4c671b5d1 /Makefile | |
| parent | f9515280cf8ee5dd71be3b8e749e6405c4e77ca6 (diff) | |
Unmarshal() droplets
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,11 +13,11 @@ build: goimports vet GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -verbose: +verbose: goimports vet GO111MODULE=off go build -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -install: +install: goimports vet GO111MODULE=off go install -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" |
