summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-03-07 19:30:09 -0600
committerJeff Carr <[email protected]>2024-03-07 19:30:09 -0600
commitb5825e93dd9a8d6923c9a0058c8ed3bd4f52ceb8 (patch)
treef5be387a96db679b0a827fd55bc87f5f32349d83 /Makefile
parent57c61847c02e9b2f3c2e36f9c77c9dcb8da01b8c (diff)
look for and use any go.work filev0.0.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index abbc63e..bef96ae 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = $(shell git describe --tags)
run: build
- ./go-clone github.com/rclone/rclone
+ ./go-clone --work github.com/rclone/rclone
vet:
@GO111MODULE=off go vet