diff options
| author | Jeff Carr <[email protected]> | 2022-10-21 13:29:15 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2022-10-21 13:29:15 -0500 |
| commit | 0d5d19a8958923591759b5bcbc5164723a959c9a (patch) | |
| tree | 26027dcd86b591c6aae77f0e3f69b1dee95567ec /Makefile | |
| parent | 12c4425872d3733d398f4000f4a0bee8fb78203e (diff) | |
manually adjust docs
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,6 +21,11 @@ examples-helloworld: examples-gui-demo: make -C cmds/gui-demo +# sync repo to the github backup +github: + git push origin master + git push github master + doc: GO111MODULE="off" godoc -v |
