make git push

main
Jeff Moe 2023-10-31 10:14:58 -06:00
parent f9badc43a3
commit 0768591e91
2 changed files with 12 additions and 0 deletions

View File

@ -60,3 +60,11 @@ Clean.
``` ```
make clean make clean
``` ```
# Push
Push to git repo.
```
make push
```

View File

@ -26,3 +26,7 @@ aiserver:
clean: clean:
$(MAKE) clean -C src $(MAKE) clean -C src
push:
git push
git push --tags