From ef537830309b310a59650500e158d5b4a9b3902d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 6 Jan 2025 07:28:25 -0600 Subject: stuff Signed-off-by: Jeff Carr --- going2git/Makefile | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 going2git/Makefile (limited to 'going2git') diff --git a/going2git/Makefile b/going2git/Makefile deleted file mode 100644 index 07bcba5..0000000 --- a/going2git/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -VERSION = $(shell git describe --tags) -GUIVERSION = $(shell git describe --tags) -BUILDTIME = $(shell date +%s) - -all: build - -build: goimports - GO111MODULE=off go build -v \ - -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" - -vet: - GO111MODULE=off go vet - -goimports: - goimports -w *.go - # // to globally reset paths: - # // gofmt -w -r '"go.wit.com/gui/gadgets" -> "go.wit.com/lib/gadgets"' *.go - -gocui: build - reset - ./go-clone-test --gui gocui - -install: goimports - GO111MODULE=off go install \ - -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" - -force: build - ./go-clone-test --force -- cgit v1.2.3