diff --git a/makefile b/makefile index 13edcd2..fff1cb8 100644 --- a/makefile +++ b/makefile @@ -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 \ No newline at end of file