1 Star 0 Fork 28

Last / image2webp

forked from ClownFish / image2webp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 174 Bytes
一键复制 编辑 原始数据 按行查看 历史
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/lasts/image2webp.git
git@gitee.com:lasts/image2webp.git
lasts
image2webp
image2webp
master

搜索帮助