maybe andlabs instead
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
ec37a35d54
commit
98e64560df
4
Makefile
4
Makefile
|
@ -12,8 +12,8 @@ no-gui: build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
-rm resources/*.so
|
-rm resources/*.so
|
||||||
# embed the ncurses gui plugin
|
# embed the andlabs plugin
|
||||||
-cp -a ~/go/src/go.wit.com/toolkits/gocui.so resources/
|
-cp -a ~/go/src/go.wit.com/toolkits/andlabs.so resources/
|
||||||
GO111MODULE="off" go build -v
|
GO111MODULE="off" go build -v
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in New Issue