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

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