4 Star 7 Fork 3

DiDi-opensource / kemon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
makefile 325 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangyu_wy 提交于 2019-02-17 06:42 . New version 1010
XCODE_PROJECT = kemon.xcodeproj
CC = /usr/bin/xcodebuild
build:
$(CC) build -project $(XCODE_PROJECT) -configuration Debug
$(CC) build -project $(XCODE_PROJECT) -configuration Release
clean:
$(CC) clean -project $(XCODE_PROJECT) -configuration Debug
$(CC) clean -project $(XCODE_PROJECT) -configuration Release
C
1
https://gitee.com/didiopensource/kemon.git
git@gitee.com:didiopensource/kemon.git
didiopensource
kemon
kemon
master

搜索帮助