diff --git a/makefile b/makefile index c4c8eb2..98b30ee 100644 --- a/makefile +++ b/makefile @@ -23,5 +23,9 @@ update_interfaces: git add robot/interfaces git commit -m "updated interfaces" git push -u origin main +update_ui: + git add ui/ + git commit -m "updated ui" + git push -u origin main fetch_git: git pull origin main \ No newline at end of file