From ad9c35a02f190ea5da59c9c4a3aeddcf7e8a5c1f Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 28 Dec 2013 09:33:40 -0500 Subject: [PATCH] shortcuts for the lazy --- nexgb/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nexgb/Makefile b/nexgb/Makefile index 57e884a..7a3dae2 100644 --- a/nexgb/Makefile +++ b/nexgb/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 +