summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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