diff --git a/makefile b/makefile index 96962c2..c4c8eb2 100644 --- a/makefile +++ b/makefile @@ -15,6 +15,13 @@ update_domain: git add domain/ git commit -m "Updated domain. Further explanation in README" git push -u origin main - +update_exceptions: + git add robot/exceptions + git commit -m "Updated Exceptions" + git push -u origin main +update_interfaces: + git add robot/interfaces + git commit -m "updated interfaces" + git push -u origin main fetch_git: git pull origin main \ No newline at end of file