summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2aa55070..70eb7a59 100644
--- a/Makefile
+++ b/Makefile
@@ -43,4 +43,4 @@ dist: hurd-snap $(addsuffix -lndist,$(SUBDIRS)) lndist
tar cfz hurd-snap.tar.gz hurd-snap
rm -rf hurd-snap
-clean: $(addsuffix -clean,$(SUBDIRS))
+clean: $(addsuffix -clean,$(LIB_SUBDIRS)) $(addsuffix -clean,$(PROG_SUBDIRS))