summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/GNUmakefile6
1 files changed, 6 insertions, 0 deletions
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: