aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7d18df8..fea3561 100644
--- a/Makefile
+++ b/Makefile
@@ -7,3 +7,10 @@ DAKKAR_VERSION := $(shell git describe --dirty --always --tags --first-parent)
export LOCAL_CFLAGS = -DBUILD_INFORMATION=\""$(DAKKAR_VERSION)"\"
include $(KALEIDOSCOPE_DIR)/etc/makefiles/sketch.mk
+
+.PHONY: update
+
+update:
+ cd $(KALEIDOSCOPE_DIR) && git pull --recurse-submodules
+ cd $(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio/ && git pull --recurse-submodules
+ cd $(ARDUINO_DIRECTORIES_USER)/hardware/keyboardio/gd32 && git pull --recurse-submodules