14 Star 89 Fork 28

ClownFish / image2webp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 174 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
ClownFish 提交于 2020-04-08 17:45 . init upload
ifeq ($(shell uname),Linux)
OS=linux
else
OS=darwin
endif
ifeq ($(shell uname -m),aarch64)
ARCH=arm64
else
ARCH=amd64
endif
all: build
build:
./build.sh $(OS) $(ARCH)
1
https://gitee.com/osgochina/image2webp.git
git@gitee.com:osgochina/image2webp.git
osgochina
image2webp
image2webp
master

搜索帮助

14c37bed 8189591 565d56ea 8189591