From 8dbf5a09097b7868e9218bf98716c57eac998a10 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 1 Mar 2023 11:35:36 -0600 Subject: lots cleaner code between the plugin Queue() around SetText is helping userspace crashing merge forceDump(bool) into Dump() debugging output configuration is pretty clean keep cutting down duplicate things --gui-verbose flag works make label "standard" code add debug.FreeOSMemory() move the GO language internals to display in the GUI update push to do tags and go to github.com/wit-go/ remove the other license file it might be confusing golang.org and github proper WidgetType added a Quit() button Signed-off-by: Jeff Carr --- Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 95b9d29..d262786 100644 --- a/Makefile +++ b/Makefile @@ -19,11 +19,12 @@ deb: -wit mirrors examples: \ + all \ cmds-buttonplugin \ cmds-console-ui-helloworld \ cmds-helloworld \ - cmds-debug \ - cmds-textbox + cmds-textbox \ + cmds-debug cmds-buttonplugin: make -C cmds/buttonplugin @@ -35,20 +36,21 @@ cmds-helloworld: make -C cmds/helloworld cmds-debug: - make -C cmds/debug + -make -C cmds/debug cmds-textbox: make -C cmds/textbox # sync repo to the github backup # git remote add github git@github.com:witorg/gui.git +# git remote add github2 git@github.com:wit-go/gui.git github: git push origin master + git push github2 master + git push github2 --tags git push github master - git push github devel - git push github jcarr @echo - @echo check https://github.com/witorg/gui + @echo check https://github.com/wit-go/gui @echo doc: -- cgit v1.2.3