From 99999b9654cdf69e6cc5a2ac6f956ecbb6bdc44b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 11 Oct 2024 21:19:58 -0500 Subject: [PATCH] show version Signed-off-by: Jeff Carr --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 670c006..e993e57 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ VERSION = $(shell git describe --tags) run: build @#./go-clone --work github.com/rclone/rclone @# ./go-clone --work go.wit.com/apps/basicwindow - ./go-clone + ./go-clone --version # test using --no-work against ~/go/src homeGoSrc: build