fix Makefile

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-06 18:08:51 -06:00
parent d2315ff857
commit 09d3bbb857
1 changed files with 2 additions and 2 deletions

View File

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