From 9ac9d394369fd5e65e0a7df5e03027bfd9e2f436 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 14 Oct 2022 11:33:46 +0100 Subject: makefile target to update Kaleidoscope --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3