From 8e2577f2a9289417706bf190c5f12f33d2628b68 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 7 Dec 2014 11:29:55 -0800 Subject: [PATCH] glsl: Add clean-local rule to delete glcpp test output. --- src/glsl/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2