From 276338409158b6e8f45afadc94bd16532a369ef8 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 28 Dec 2013 09:33:40 -0500 Subject: shortcuts for the lazy --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 + -- cgit v1.2.3