add Makefile

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-01 19:28:06 -06:00
parent 42d240c6c1
commit f9208bdffb
1 changed files with 18 additions and 0 deletions

18
Makefile Normal file
View File

@ -0,0 +1,18 @@
# git remote add gitwit git@git.wit.org:wit/arg.git
github:
git push gitwit register
git push gitwit devel
git push gitwit jcarr
git push gitwit --tags
git push github register
git push github devel
git push github --tags
@echo
@echo check https://git.wit.org/wit/arg
@echo
init-github:
git push -u github master
git push -u github devel
git push github --tags