summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7225bce..e2aa6b1 100644
--- a/Makefile
+++ b/Makefile
@@ -10,4 +10,9 @@ update:
go get -v -t -u ./...
examples:
- make -C gui-example
+ make -C cmds/helloworld
+ make -C cmds/gui-example
+ make -C cmds/gui-demo
+
+doc:
+ godoc -v