From db7e3cb85467496686289d1a666b4ca274524fdd Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 14 Aug 2008 16:30:54 +0100 Subject: [Makefile.am] Delete intermediates Clean up after calling 'gcc -save-temps'. --- boilerplate/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'boilerplate/Makefile.am') diff --git a/boilerplate/Makefile.am b/boilerplate/Makefile.am index fdf46fae2..b025acd12 100644 --- a/boilerplate/Makefile.am +++ b/boilerplate/Makefile.am @@ -102,4 +102,8 @@ INCLUDES = \ CLEANFILES = \ $(EXTRA_LTLIBRARIES) +# Delete intermediate files as well +clean-local: + -${FIND} . -name '*.[is]' -print | ${XARGS} ${RM} + check test: libcairoboilerplate.la -- cgit v1.2.1