summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 001d032..e68ae43 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,15 @@ VERSION = $(shell git describe --tags)
run: build
@#./go-clone --work github.com/rclone/rclone
- ./go-clone --work go.wit.com/apps/basicwindow
+ @# ./go-clone --work go.wit.com/apps/basicwindow
+ ./go-clone go.wit.com/apps/basicwindow
+
+# test using --no-work against ~/go/src
+homeGoSrc: build
+ ./go-clone --no-work go.wit.com/apps/basicwindow
+
+modernc: build
+ ./go-clone --no-work modernc.org/sqlite
vet:
@GO111MODULE=off go vet