Fixed make lint

This commit is contained in:
Peter Kovář 2018-10-16 12:03:45 +02:00
parent d0e293fd7d
commit 10365a53ff

View File

@ -6,4 +6,4 @@ all:
clang++ $(EXTRA_CXXFLAGS) -std=c++11 -g -O0 -o loader_example loader_example.cc clang++ $(EXTRA_CXXFLAGS) -std=c++11 -g -O0 -o loader_example loader_example.cc
lint: lint:
./cpplint.py tiny_gltf_loader.h deps/cpplint.py tiny_gltf.h