used forge to pull down ever repo
This commit is contained in:
parent
edf533f08b
commit
5c08680b92
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ build:
|
||||||
echo "build it!"
|
echo "build it!"
|
||||||
@# copy the toolkits into the binary during debugging
|
@# copy the toolkits into the binary during debugging
|
||||||
-rm resources/*.so
|
-rm resources/*.so
|
||||||
cp -a ~/go/src/go.wit.com/toolkits/*.so resources/
|
cp -a ~/go/src/go.wit.com/toolkits/*/*.so resources/
|
||||||
GO111MODULE=off go build -v -x \
|
GO111MODULE=off go build -v -x \
|
||||||
-ldflags " \
|
-ldflags " \
|
||||||
-X main.VERSION=${VERSION}"
|
-X main.VERSION=${VERSION}"
|
||||||
|
|
|
@ -62,6 +62,9 @@ func globalDisplayOptions(vbox *gui.Node) {
|
||||||
tagsW.win.Toggle()
|
tagsW.win.Toggle()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
group1.NewButton("forge ConfigSave()", func() {
|
||||||
|
me.forge.ConfigSave()
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func debuggerBox(vbox *gui.Node) {
|
func debuggerBox(vbox *gui.Node) {
|
||||||
|
|
Loading…
Reference in New Issue