diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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: |
