updated makefile

main
Philipp3107 2022-12-08 15:00:20 +01:00
parent 0f30e7aa04
commit 9d264b3f83
1 changed files with 4 additions and 0 deletions

View File

@ -7,3 +7,7 @@ update_make:
git add makefile
git commit -m "updated makefile"
git push -u origin main
update_all:
git add --all
git commit -m "Updated everything. Further explanation in README"
git push -u origin main