diff options
| author | Andrew Gallant <jamslam@gmail.com> | 2013-12-28 09:33:40 -0500 |
|---|---|---|
| committer | Přemysl Janouch <p@janouch.name> | 2018-09-08 16:49:20 +0200 |
| commit | ad9c35a02f190ea5da59c9c4a3aeddcf7e8a5c1f (patch) | |
| tree | 3d865ce97a7b48e73e37d6b447a2b055a86c8451 /nexgb | |
| parent | 2dc9914b5e6b74c353771e56e90dfd2dd33e0202 (diff) | |
| download | haven-ad9c35a02f190ea5da59c9c4a3aeddcf7e8a5c1f.tar.gz haven-ad9c35a02f190ea5da59c9c4a3aeddcf7e8a5c1f.tar.xz haven-ad9c35a02f190ea5da59c9c4a3aeddcf7e8a5c1f.zip | |
shortcuts for the lazy
Diffstat (limited to 'nexgb')
| -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 + |
