5 Star 19 Fork 4

iDev_周晶 / lego

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 461 Bytes
一键复制 编辑 原始数据 按行查看 历史
周晶 提交于 2019-10-27 00:27 . update installation
# this Makefile is came from wtool which created by qindi@weibo.com
prefix=/usr/local
all:
@echo "usage: make install"
@echo " make uninstall"
install:
@mkdir -p $(prefix)/bin/
@echo '#!/bin/bash' > $(prefix)/bin/o
@echo '##$(shell pwd)' >> $(prefix)/bin/o
@echo 'exec "$(shell pwd)/o" "$$@"' >> $(prefix)/bin/o
@chmod 755 $(prefix)/bin/o
@chmod 755 lego
@echo 'install finished! type "o -h" to show usages.'
uninstall:
@rm -f $(prefix)/bin/o
Shell
1
https://gitee.com/_k/lego.git
git@gitee.com:_k/lego.git
_k
lego
lego
master

搜索帮助