mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-06-08 03:03:50 +00:00
6 lines
164 B
Makefile
6 lines
164 B
Makefile
all:
|
|
clang++ -fsanitize=address -Wall -Werror -Weverything -Wno-c++11-long-long -g -O0 -o loader_example loader_example.cc
|
|
|
|
lint:
|
|
./cpplint.py tiny_gltf_loader.h
|