summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-24 06:22:14 -0500
committerJeff Carr <[email protected]>2023-04-24 06:22:14 -0500
commitd38b05d2d5a2c2ff0c66b541f7d80cbd1c250d76 (patch)
tree5c0540c8efac7cf59fefc2624bf8de5654a7393f /Makefile
parentfbe943540106f1c12971932fd92f9395bbe214b3 (diff)
gocui: always show STDOUT
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7af2b6f..dba769b 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,7 @@ doc:
goget:
GO111MODULE="off" go get -v -t -u
make -C toolkit/gocui goget
+ make -C toolkit/andlabs goget
# GO111MODULE=on go install github.com/posener/goreadme/cmd/goreadme@latest (worked Oct 20 2022)
README.md: doc.go