summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-19 18:31:23 -0600
committerJeff Carr <[email protected]>2024-01-19 18:31:23 -0600
commit542f8c20ad936783ebbbb85681b2944341441338 (patch)
tree105c7cd2689a82ce1240c0611fc49fa9e4b2f132
parentfe1658230dfd70652dc756a77d1b67a789ce2a66 (diff)
just always GO111MODULE still
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a3e323f..ebef5dc 100644
--- a/Makefile
+++ b/Makefile
@@ -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