15 Star 25 Fork 7

Simon / ai_talk_photo

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
Makefile 477 Bytes
Copy Edit Raw Blame History
Simon authored 2017-05-11 02:50 . 修改Makefile
##########################################################################
# > File Name: makefile
# > function: 编译工程的总Makefile
# > Author: 卢孙远(Simon)
# > company: GDOU
# > Mail: lsy476941913@live.com
# > Created Time: 2017年04月28日 星期二 12时33分36秒
##########################################################################
all:
make -C x64_ai_talk_os
make -C arm_terminal
clean:
make -C x64_ai_talk_os/src/
make -C arm_terminal/src/
C
1
https://gitee.com/LSU/ai_talk_photo.git
git@gitee.com:LSU/ai_talk_photo.git
LSU
ai_talk_photo
ai_talk_photo
master

Search