summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-11 21:19:58 -0500
committerJeff Carr <[email protected]>2024-10-11 21:19:58 -0500
commit99999b9654cdf69e6cc5a2ac6f956ecbb6bdc44b (patch)
treed5b9424a249c7cf27651bee8ffd35fc9c3d91342
parent9dca3fb66a296bcc4d99210d77b8392e76c43544 (diff)
show version
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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