diff --git a/Makefile b/Makefile index 28347f9..c2cf94c 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ VERSION = $(shell cat resources/VERSION) build: git pull # reset - cp ~/go/src/git.wit.org/wit/gui/toolkit/*.so resources/toolkits/ + -cp ~/go/src/git.wit.org/wit/gui/toolkit/*.so resources/toolkits/ GO111MODULE="off" go build -v ./wit-new-machine @@ -88,9 +88,9 @@ deb: init: git config pull.rebase false - mkdir ~/go/src/git.wit.org/jcarr/ + -mkdir ~/go/src/git.wit.org/jcarr/ cd ~/go/src/git.wit.org/jcarr/ && git clone https://git.wit.org/jcarr/wit-new-machine.git - # cd ~/go/src/git.wit.org/jcarr/wit-new-machine/ + cd ~/go/src/git.wit.org/jcarr/wit-new-machine/ && GO111MODULE="off" go get -v -x # From: https://github.com/liweiyi88/gosnakego # Sept 11 2022 #