summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index df5d201..7225bce 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,13 @@
+all:
+ @echo
+ @echo "make examples # will run all the examples"
+ @echo "make update # full git update"
+ @echo
+
# should update every go dependancy (?)
update:
- # git pull
- wit go update
- # go get -v -t -u ./...
+ git pull
+ go get -v -t -u ./...
+
+examples:
+ make -C gui-example