2024-01-09 01:16:00 -06:00
|
|
|
all:
|
2024-01-09 15:31:11 -06:00
|
|
|
echo "build it!"
|
2024-01-15 08:11:08 -06:00
|
|
|
-mkdir -p plugins/
|
|
|
|
-cp myrepolist plugins/
|
|
|
|
-cp ~/go/src/go.wit.com/gui/toolkits/*.so plugins/
|
|
|
|
go install -v -x
|
|
|
|
# go build -v -x
|
|
|
|
myrepos
|
2024-01-11 22:35:10 -06:00
|
|
|
# ./myrepos >/tmp/myrepos.stderr 2>&1
|
2024-01-09 01:16:00 -06:00
|
|
|
|
|
|
|
redomod:
|
|
|
|
rm -f go.*
|
2024-01-09 09:35:54 -06:00
|
|
|
GO111MODULE= go mod init
|
|
|
|
GO111MODULE= go mod tidy
|
2024-01-09 01:16:00 -06:00
|
|
|
|