Clean the built sources with make clean.
authorEric Anholt <eric@anholt.net>
Wed, 24 Mar 2010 03:24:11 +0000 (20:24 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 23 Mar 2010 19:32:25 +0000 (12:32 -0700)
Makefile.am

index 0865977329d54e15bd5a79473a525403d1b3e293..03aae628f1f9552e299fa86b52afb557e821998e 100644 (file)
@@ -30,6 +30,7 @@ glsl_SOURCES = symbol_table.c hash_table.c glsl_types.cpp \
        ir_print_visitor.cpp ir_variable.cpp ir_function.cpp
 
 BUILT_SOURCES = glsl_parser.h builtin_types.h
+CLEANFILES = $(BUILT_SOURCES)
 
 glsl_parser.h: glsl_parser.ypp