summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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: