summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2022-10-17 22:39:03 -0500
committerJeff Carr <[email protected]>2022-10-17 22:39:03 -0500
commit15baefd9a7d145ddffced80d0fb6c14f258bdcc9 (patch)
tree633838faafa5c545635e77d441455bc8eb47958f /Makefile
parent7e32b1fb9a44624ce2d4a8bc5c6acd5fafc820f3 (diff)
GROUP: implement 'group' in toolkit/
move gui.group into toolkit remove duplicate code update demo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e2aa6b1..6eae26b 100644
--- a/Makefile
+++ b/Makefile
@@ -9,9 +9,12 @@ update:
git pull
go get -v -t -u ./...
-examples:
+examples: examples-gui-demo examples-helloworld
+
+examples-helloworld:
make -C cmds/helloworld
- make -C cmds/gui-example
+
+examples-gui-demo:
make -C cmds/gui-demo
doc: