summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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