From e8a59924ef18e11b1e77084d853738bd65f0c3f8 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Sun, 26 May 2024 17:09:39 -0700 Subject: [PATCH] debug build version --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9bb24b1..4a24638 100644 --- a/Makefile +++ b/Makefile @@ -13,5 +13,6 @@ test: jx-cli go tool cover -html=artifacts/coverage.profile -o artifacts/code-coverage.html rpm: + echo Building $(VERSION) dnf install -y nodejs git dnf-plugins-core rpm-build rpmdevtools rpmbuild -ba --define='version $(VERSION)' build/jx.spec