CLEANUP: lots of file renames
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
61ece96291
commit
3556a4d54c
|
@ -8,12 +8,16 @@ example-multiple-windows/example-multiple-windows
|
|||
example-ssh/ssh-client
|
||||
example-ssh/ssh-ed25519
|
||||
example-ssh/with-passwd
|
||||
example-expect/example-expect
|
||||
|
||||
example-expect/example-expect
|
||||
example-gocui-active/example-gocui-active
|
||||
example-gocui-colorstrue/example-gocui-colorstrue
|
||||
example-gocui-dynamic/example-gocui-dynamic
|
||||
example-gocui-mouse/example-gocui-mouse
|
||||
example-shell/example-shell
|
||||
example-splash/example-splash
|
||||
example-systray/example-systray
|
||||
example-ui-controlgallery/example-ui-controlgallery
|
||||
example-ui-radiobutton/example-ui-radiobutton
|
||||
example-ui-splash/example-ui-splash
|
||||
example-ui-table/example-ui-table
|
||||
|
||||
|
|
6
Makefile
6
Makefile
|
@ -18,9 +18,11 @@ build:
|
|||
cd example-gocui-dynamic; go install # interactive movement
|
||||
|
||||
# GUI things
|
||||
cd example-splash; go install # an example GUI with drop down menus, etc
|
||||
cd example-systray; go install # an example systray menu (cross platform)
|
||||
cd example-controlgallery; go install # an example GUI with drop down menus, etc
|
||||
cd example-ui-splash; go install # an example GUI with drop down menus, etc
|
||||
cd example-ui-controlgallery; go install # an example GUI with drop down menus, etc
|
||||
cd example-ui-radiobutton; go install # slidebars, lists, radio buttons
|
||||
cd example-ui-table; go install # spreadsheet
|
||||
|
||||
debug:
|
||||
go build -ldflags "-X main.GITCOMMIT=${GITCOMMIT} -X main.GOVERSION='${GOVERSION}' -X main.BUILDTIME='${BUILDTIME}' -X main.VERSION=${VERSION}"
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 198 KiB |
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 142 KiB |
Loading…
Reference in New Issue