updated makefile

main
Philipp3107 2022-12-08 14:33:31 +01:00
parent a94a20fccc
commit 98ba7ea03e
1 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,7 @@ update_readme:
git add README.md
git commit -m "updated README"
git push -u origin main
update_make:
git add makefile
git commit -m "updated makefile"
git push -u origin main