From 02d3143561c21c4f6f40813d935904981af24034 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 23 Apr 2023 21:17:55 -0500 Subject: [PATCH] yaya Signed-off-by: Jeff Carr --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 39e896a..e172641 100644 --- a/Makefile +++ b/Makefile @@ -93,6 +93,7 @@ init: -cd ~/go/src/git.wit.org/jcarr/wit-new-machine/ && git checkout jcarr cd ~/go/src/git.wit.org/jcarr/wit-new-machine/ && GO111MODULE="off" go get -v -x -cd ~/go/src/git.wit.org/wit/gui/ && git checkout jcarr + -cd ~/go/src/git.wit.org/wit/gui/ && make goget -cd ~/go/src/git.wit.org/wit/gui/ && make # From: https://github.com/liweiyi88/gosnakego # Sept 11 2022