diff options
-rw-r--r-- | src/compiler/Makefile.glsl.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compiler/Makefile.glsl.am b/src/compiler/Makefile.glsl.am index 43fd6a98e2..d6b034ee6c 100644 --- a/src/compiler/Makefile.glsl.am +++ b/src/compiler/Makefile.glsl.am @@ -251,6 +251,12 @@ CLEANFILES += \ glsl/glcpp/glcpp-lex.c clean-local: + $(RM) glsl/tests/lower_jumps/*.opt_test + $(RM) glsl/tests/lower_jumps/*.expected + $(RM) glsl/tests/lower_jumps/*.out + $(RM) glsl/tests/warnings/*.out + $(RM) glsl/glcpp/tests/*.out + $(RM) -r glsl/glcpp/tests/subtest*/ $(RM) -r subtest-cr subtest-cr-lf subtest-lf subtest-lf-cr dist-hook: |