summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-01 19:07:53 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-01 19:07:53 +0000
commit60bef70d7beeeee60d61ecfe3c7224c50b34308a (patch)
treee33456969585c9c130633ac42a52e696f541a569 /Makefile
parent94773bc7f0140e113cfb6f81d6dfe10f511bfeb4 (diff)
Formerly Makefile.~16~
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))