summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-03-21 22:47:17 -0500
committerJeff Carr <[email protected]>2024-03-21 22:47:17 -0500
commit84b048aa2985f6a00e846d4e5e50352c44f13c28 (patch)
tree87e1aa6c3a0d14d0b7b759b0ca2a378e8e05cf64 /Makefile
parent7a095d15667b683d310bd82215149bc748fcb9c9 (diff)
--go-src + --recursivev0.0.7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 54862c2..1993b72 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.wit.com/apps/basicwindow
+ ./go-clone
# test using --no-work against ~/go/src
homeGoSrc: build
@@ -13,7 +13,7 @@ homeGoSrc: build
./go-clone --no-work go.wit.com/apps/basicwindow
modernc: build
- ./go-clone --no-work modernc.org/sqlite
+ ./go-clone --no-work --recursive modernc.org/sqlite
vet:
@GO111MODULE=off go vet