Files
tinygltf/Makefile
2016-05-01 20:03:43 +09:00

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