diff options
| author | Jeff Carr <[email protected]> | 2024-03-09 16:49:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-03-09 16:49:27 -0600 |
| commit | 77aa2ee639644b2ad14618c2a67f05d45ad5708c (patch) | |
| tree | 324c7b0ec94114bc4bd95eed59ef748721c4e193 /Makefile | |
| parent | e6be71a33caf7dba9d4060231bd34586aeb41fe2 (diff) | |
misc cleanupsv0.0.3
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |
