diff options
author | Matt Turner <[email protected]> | 2013-01-14 22:00:08 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-01-22 14:33:20 -0800 |
commit | 86d30dea3c13d29ef8d39bc18db63a0441051975 (patch) | |
tree | 39b2dd61d813609c1e8e3982cbde9ac0f93837b2 /src/glsl/.gitignore | |
parent | cc9f609cb9175e727b91f8dffa5800818be582da (diff) |
glsl/build: Build glcpp via the glsl Makefile
Removing the subdirectory recursion provides a small speed up.
Tested-by: Andreas Boll <[email protected]>
Diffstat (limited to 'src/glsl/.gitignore')
-rw-r--r-- | src/glsl/.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glsl/.gitignore b/src/glsl/.gitignore index a04df27f50b..2cf5b0007ef 100644 --- a/src/glsl/.gitignore +++ b/src/glsl/.gitignore @@ -1,6 +1,6 @@ glsl_compiler -glsl_lexer.cc -glsl_parser.cc +glsl_lexer.cpp +glsl_parser.cpp glsl_parser.h glsl_parser.output builtin_function.cpp |