From: Matt Turner Date: Sun, 7 Dec 2014 19:29:55 +0000 (-0800) Subject: glsl: Add clean-local rule to delete glcpp test output. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e2577f2a9289417706bf190c5f12f33d2628b68;p=mesa.git glsl: Add clean-local rule to delete glcpp test output. --- diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index b51621d3dd9..c3fe5f6b6a2 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -208,3 +208,6 @@ CLEANFILES = \ glcpp/glcpp-parse.h \ glsl_parser.h \ $(BUILT_SOURCES) + +clean-local: + $(RM) -r subtest-cr subtest-cr-lf subtest-lf subtest-lf-cr