Compare commits

..

2 Commits

Author SHA1 Message Date
Jeff Carr 366dc54ae4 fix makefile
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-06 18:10:37 -06:00
Jeff Carr 09d3bbb857 fix Makefile
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-06 18:08:51 -06:00
1 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@ redomod:
go mod tidy
github:
git push -u github master
git push -u github devel
git push origin master
git push origin devel
git push origin --tags
git push github master
git push github devel
git push github --tags