diff options
| -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 |
![]() |
index : toolkits/debian | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | Makefile | 3 |
@@ -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 |