From 2c3babe91788270e6c7746b0a87f4976f7945dc0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 5 Jan 2025 01:19:42 -0600 Subject: tries to dump some info about a repo --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f017f12..6e823cb 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,10 @@ BUILDTIME = $(shell date +%Y.%m.%d_%H%M) all: build build: goimports - GO111MODULE=off go build -v -x \ + PKG_CONFIG_PATH=/opt/libgit2/ GO111MODULE=off go build -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" - ./going2git -h + ldd going2git + ./going2git --refs --repo . vet: GO111MODULE=off go vet -- cgit v1.2.3