update makefile

This commit is contained in:
matt 2025-10-22 19:58:09 -07:00
parent b7d0ec79d7
commit 7ce50675a7
1 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,6 @@ commit: chat.svg
git add '*.svg' && \
GIT_AUTHOR_NAME='publicmatt' GIT_AUTHOR_EMAIL='git@publicmatt.com' \
GIT_COMMITTER_NAME='publicmatt' GIT_COMMITTER_EMAIL='git@publicmatt.com' \
git commit -m "Auto-updating git readme"
git push publicmatt
git push github
git commit -m "auto-updating git readme"
git push