shortcuts for the lazy

This commit is contained in:
Andrew Gallant 2013-12-28 09:33:40 -05:00 committed by Přemysl Janouch
parent 2dc9914b5e
commit ad9c35a02f
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 4 additions and 0 deletions

View File

@ -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