diff options
-rw-r--r-- | nexgb/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 + |