1 Star 0 Fork 0

DBU/zotfile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 381 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joscha Legewie 提交于 2014-09-26 16:49 . update make file
all: Makefile.in
-include Makefile.in
RELEASE:=$(shell grep em:version install.rdf | head -n 1 | sed -e 's/ *<em:version>//' -e 's/<\/em:version>//')
zotfile.xpi: FORCE
rm -rf $@
zip -r $@ chrome chrome.manifest defaults install.rdf -x \*.DS_Store
zotfile-%-fx.xpi: zotfile.xpi
mv $< $@
Makefile.in: install.rdf
echo "all: zotfile-${RELEASE}-fx.xpi" > Makefile.in
FORCE:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/doublebirdsu/zotfile.git
git@gitee.com:doublebirdsu/zotfile.git
doublebirdsu
zotfile
zotfile
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385