From df925bf7017e007dcca48e1d1f7cc879df6d7c37 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 7 Oct 2021 20:01:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=20=20v0.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 73aa37eb..fd88af53 100644 --- a/Makefile +++ b/Makefile @@ -144,6 +144,9 @@ xiang: bindata release: clean mkdir -p dist/release git clone https://github.com/YaoApp/xiang dist/release + git clone https://github.com/YaoApp/kun dist/kun + git clone https://github.com/YaoApp/xun dist/xun + git clone https://github.com/YaoApp/gou dist/gou # UI制品 git clone https://github.com/YaoApp/xiang-ui .tmp/ui @@ -183,6 +186,7 @@ hi: .PHONY: clean clean: rm -rf ./tmp + rm -rf .tmp rm -rf dist