diff options
| author | Jeff Carr <[email protected]> | 2024-11-16 13:51:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-16 13:51:25 -0600 |
| commit | 3f10b49f048b773cd3c43b7ea035623979166e5c (patch) | |
| tree | ae4ddc71599ba93105defe1a8bf3e45f2570cddf /Makefile | |
| parent | 68933a8ec78d6b3476a9fe275b15cf45aedd4c0d (diff) | |
misc
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -19,14 +19,12 @@ install: GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -# this is for release builds using the go.mod files -release-build: - @echo ${REDOMOD} - go build -v -ldflags "-X main.VERSION=${VERSION} -X gui.GUIVERSION=${VERSION}" +sudo: build + sudo ./zood # makes a .deb package debian: - go-deb --no-gui --repo go.wit.com/lib/daemons/zood + go-deb --auto --repo go.wit.com/lib/daemons/zood goimports: goimports -w *.go |
