From 1297b98b6f30899cf49237c2cc25fc7eccce888c Mon Sep 17 00:00:00 2001 From: Takayama Fumihiko Date: Mon, 10 Jul 2023 09:23:26 +0900 Subject: [PATCH 1/2] Add make update-public-build --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 11c825fbf..3e6bad1c0 100644 --- a/Makefile +++ b/Makefile @@ -4,5 +4,8 @@ all: rebuild: make -C core rebuild +update-public-build: + make -C core update-public-build + server: make -C core server From 4ccf63503964d1e7271411e42107f16107bbc77b Mon Sep 17 00:00:00 2001 From: Takayama Fumihiko Date: Mon, 10 Jul 2023 09:28:25 +0900 Subject: [PATCH 2/2] Update core --- core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core b/core index 7616061b2..e98a7bd2a 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 7616061b208cdfbd4b2eaf12d110b91706da9b89 +Subproject commit e98a7bd2aa215ce1a4d24c8d1c652f17d7ca0566