diff --git a/Makefile b/Makefile index 1396525..f3c6d3b 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,4 @@ all: clang++ $(EXTRA_CXXFLAGS) -std=c++11 -g -O0 -o loader_example loader_example.cc lint: - ./cpplint.py tiny_gltf_loader.h + deps/cpplint.py tiny_gltf.h