updated makefile
parent
63f45cb9c0
commit
de13ede97d
9
makefile
9
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
|
Loading…
Reference in New Issue