summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1ee680b4a..c081116f3 100644
--- a/Makefile
+++ b/Makefile
@@ -213,6 +213,8 @@ clean:
- find include -type l -exec rm -f {} \;
- find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core \) -exec rm -f {} \;
$(MAKE) -C ldso clean
+ $(MAKE) -C libc/sysdeps/linux/common clean
+ $(MAKE) -C libc/unistd clean
.PHONY: dummy subdirs