updated makefile

main
Philipp3107 2022-12-25 20:08:50 +01:00
parent ce8a12071c
commit c0b8a7bac3
1 changed files with 4 additions and 0 deletions

View File

@ -23,5 +23,9 @@ update_interfaces:
git add robot/interfaces git add robot/interfaces
git commit -m "updated interfaces" git commit -m "updated interfaces"
git push -u origin main git push -u origin main
update_ui:
git add ui/
git commit -m "updated ui"
git push -u origin main
fetch_git: fetch_git:
git pull origin main git pull origin main