summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
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
+