diff options
| author | Jeff Carr <[email protected]> | 2024-03-21 22:47:17 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-03-21 22:47:17 -0500 |
| commit | 84b048aa2985f6a00e846d4e5e50352c44f13c28 (patch) | |
| tree | 87e1aa6c3a0d14d0b7b759b0ca2a378e8e05cf64 /Makefile | |
| parent | 7a095d15667b683d310bd82215149bc748fcb9c9 (diff) | |
--go-src + --recursivev0.0.7
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
