diff options
| author | Jeff Carr <[email protected]> | 2024-01-19 18:31:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-19 18:31:23 -0600 |
| commit | 542f8c20ad936783ebbbb85681b2944341441338 (patch) | |
| tree | 105c7cd2689a82ce1240c0611fc49fa9e4b2f132 | |
| parent | fe1658230dfd70652dc756a77d1b67a789ce2a66 (diff) | |
just always GO111MODULE still
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ .PHONY: debian + all: build debian - go build -o build main.go + GO111MODULE=off go build -o build main.go build: nocui gocui andlabs |
