From 33b7af2945685a1efecfee579ddef2c78cd9d43a Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 13 Nov 2013 14:18:01 +0100 Subject: Always clean examples --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index e5bd58a..f0901f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,3 +5,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = librcc.pc ACLOCAL_AMFLAGS = -I m4 + +clean-local: + make -C examples clean + -- cgit v1.2.1