diff options
Diffstat (limited to 'nexgb/Makefile')
-rw-r--r-- | nexgb/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/nexgb/Makefile b/nexgb/Makefile index c0ee531..dda2f05 100644 --- a/nexgb/Makefile +++ b/nexgb/Makefile @@ -1,5 +1,5 @@ # This Makefile is used by the developer. It is not needed in any way to build -# a checkout of the XGB repository. +# a checkout of the neXGB repository. # It will be useful, however, if you are hacking at the code generator. # i.e., after making a change to the code generator, run 'make' in the # xgb directory. This will build xgbgen and regenerate each sub-package. @@ -14,7 +14,7 @@ ifndef XPROTO XPROTO=/usr/share/xcb endif -# All of the XML files in my /usr/share/xcb directory EXCEPT XKB. -_- +# All of the XML files in my /usr/share/xcb directory except XKB, Xinput, SYNC. # This is intended to build xgbgen and generate Go code for each supported # extension. all: build-xgbgen \ @@ -74,7 +74,3 @@ 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 - |