diff options
author | Thomas Van Lenten <thomasvl@google.com> | 2016-05-06 12:47:41 -0400 |
---|---|---|
committer | Thomas Van Lenten <thomasvl@google.com> | 2016-05-06 12:47:41 -0400 |
commit | b661fb5000cdef8d22a610b410188bc9a04be703 (patch) | |
tree | d09494d456bfe994edf1613b7442233d2e8aed96 /benchmarks | |
parent | ce2ef0d7055cbf03ae585b7131db166a4727c555 (diff) |
Add the missing maintiner-clean entry for benchmarks
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/Makefile.am b/benchmarks/Makefile.am index 1e162eb1..f730afe5 100644 --- a/benchmarks/Makefile.am +++ b/benchmarks/Makefile.am @@ -40,6 +40,9 @@ CLEANFILES = \ protoc_middleman2 \ dataset.* +MAINTAINERCLEANFILES = \ + Makefile.in + if USE_EXTERNAL_PROTOC protoc_middleman: $(benchmarks_protoc_inputs) |