From c0b8a7bac3373d3807a04ffec8ebed6b5e96ceb5 Mon Sep 17 00:00:00 2001 From: Philipp3107 Date: Sun, 25 Dec 2022 20:08:50 +0100 Subject: [PATCH] updated makefile --- makefile | 4 ++++ 1 file changed, 4 insertions(+) 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