From c1725e2fbc5cea52c83ba987a21e014a7003993d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 3 Nov 2011 13:22:48 +0100 Subject: fixed clean for subdirs --- src/GNUmakefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/GNUmakefile b/src/GNUmakefile index dd111de..448fc2e 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -80,6 +80,12 @@ local_clean: -@rm -f threads/*.bak -@rm -f threads/*~ -@rm -f threads/*.d + -@rm -f library/*.bak + -@rm -f library/*~ + -@rm -f library/*.d + -@rm -f network/*.bak + -@rm -f network/*~ + -@rm -f network/*.d local_distclean: -- cgit v1.2.3-54-g00ecf