1 Star 0 Fork 4

liuke2/modelload-3DS

forked from quanwei9958/modelload-3DS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
makefile 244 Bytes
一键复制 编辑 原始数据 按行查看 历史
quanwei9958 提交于 2015-02-05 18:22 . 初始化仓库,提交代码
main:main.o 3DSReader.o
g++ main.o 3DSReader.o -o main -ggdb
main.o:main.cc
g++ -std=c++11 main.cc -c -o main.o -ggdb -I`pwd`
3DSReader.o:3DSReader.cpp 3DSReader.h
g++ -std=c++11 3DSReader.cpp -c -o 3DSReader.o -ggdb -I`pwd`
clean:
rm *.o
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/liuke2/modelload-3DS.git
[email protected]:liuke2/modelload-3DS.git
liuke2
modelload-3DS
modelload-3DS
master

搜索帮助