diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 18:10:37 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 18:10:37 -0600 |
| commit | 366dc54ae45c39765a054760d2bae8c6a5c38a5e (patch) | |
| tree | 796eb5721c75402d25ce73687c96a60ac0b2d074 | |
| parent | 09d3bbb857910422c8160b2aac64c1b699ab7574 (diff) | |
fix makefile
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ redomod: go mod tidy github: + git push origin master + git push origin devel + git push origin --tags git push github master git push github devel git push github --tags |
