mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-04-22 14:09:55 +08:00
3 lines
58 B
Makefile
3 lines
58 B
Makefile
all:
|
|
clang++ -std=c++11 -I../../ -g -O1 -o saver main.cc
|