1 Star 0 Fork 0

gyy/emscripten

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
VERSION=$(shell cat emscripten-version.txt | sed s/\"//g)
DESTDIR=../emscripten-$(VERSION)
DISTFILE=emscripten-$(VERSION).tar.bz2
dist: $(DISTFILE)
install:
@rm -rf $(DESTDIR)
./tools/install.py $(DESTDIR)
# Create an distributable archive of emscripten suitable for use
# by end users. This archive excludes parts of the codebase that
# are you only used by emscripten developers.
$(DISTFILE): install
tar cf $@ $(EXCLUDE_PATTERN) -C `dirname $(DESTDIR)` `basename $(DESTDIR)`
.PHONY: dist install
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guyangyang/emscripten.git
git@gitee.com:guyangyang/emscripten.git
guyangyang
emscripten
emscripten
11880-test

搜索帮助

0d507c66 1850385 C8b1a773 1850385