发布 v0.7.0
This commit is contained in:
parent
7169124426
commit
df925bf701
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -144,6 +144,9 @@ xiang: bindata
|
||||||
release: clean
|
release: clean
|
||||||
mkdir -p dist/release
|
mkdir -p dist/release
|
||||||
git clone https://github.com/YaoApp/xiang 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制品
|
# UI制品
|
||||||
git clone https://github.com/YaoApp/xiang-ui .tmp/ui
|
git clone https://github.com/YaoApp/xiang-ui .tmp/ui
|
||||||
|
|
@ -183,6 +186,7 @@ hi:
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf ./tmp
|
rm -rf ./tmp
|
||||||
|
rm -rf .tmp
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue