summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <[email protected]>2013-12-28 09:33:40 -0500
committerAndrew Gallant <[email protected]>2013-12-28 09:33:40 -0500
commit276338409158b6e8f45afadc94bd16532a369ef8 (patch)
tree2283fb1c0fd70ecbf8334603e196eb99113e36f6
parent34dd98df049a0a6ecf661ff9fdfe31292688040a (diff)
shortcuts for the lazy
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 57e884a..7a3dae2 100644
--- a/Makefile
+++ b/Makefile
@@ -72,3 +72,7 @@ gofmt:
gofmt -w *.go xgbgen/*.go examples/*.go examples/*/*.go xproto/xproto_test.go
colcheck *.go xgbgen/*.go examples/*.go examples/*/*.go xproto/xproto_test.go
+push:
+ git push origin master
+ git push github master
+