1 Star 0 Fork 318

kczhuang / tbox

forked from tboox / tbox 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
makefile 903 Bytes
一键复制 编辑 原始数据 按行查看 历史
ruki 提交于 2018-05-09 00:47 . modify makefile
all: build/.xmake/bin/xmake .null
build/.xmake/bin/xmake
clean: build/.xmake/bin/xmake .null
build/.xmake/bin/xmake clean
distclean: build/.xmake/bin/xmake .null
build/.xmake/bin/xmake clean --all
rebuild: build/.xmake/bin/xmake .null
build/.xmake/bin/xmake --rebuild
install: build/.xmake/bin/xmake .null
build/.xmake/bin/xmake install
uninstall: build/.xmake/bin/xmake .null
build/.xmake/bin/xmake uninstall
build/.xmake/bin/xmake:
if [ ! -d build/.xmake ]; then mkdir -p build/.xmake; fi
if [ ! -f build/.xmake/xmake.zip ]; then wget https://coding.net/u/waruqi/p/xmake/git/archive/master -O build/.xmake/xmake.zip; fi
if [ ! -f build/.xmake/xmake.zip ]; then wget https://github.com/tboox/xmake/archive/master.zip -O build/.xmake/xmake.zip; fi
cd build/.xmake; unzip xmake.zip; cd xmake-master; ./install `pwd`/..
.PHONY:all clean distclean rebuild install uninstall .null
.null:
C
1
https://gitee.com/kczhuang/tbox.git
git@gitee.com:kczhuang/tbox.git
kczhuang
tbox
tbox
master

搜索帮助