summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-05 01:19:42 -0600
committerJeff Carr <[email protected]>2025-01-05 01:19:42 -0600
commit2c3babe91788270e6c7746b0a87f4976f7945dc0 (patch)
treec476cfd43b7f0683d6e302b89d5797456376af4b /Makefile
parent7f8cdac6fad06a548997f9bb1fbdc6507836efb0 (diff)
tries to dump some info about a repov0.0.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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