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