summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-01-21 22:47:28 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-01-21 22:47:28 +0000
commitcc68b1961f75e892bdd2356817eda14ddc2cc78a (patch)
tree37034eeb0284ee90b3ac2804b55063e0c1d898b2 /Makefile
parentd597f0c29ddef343de58bd40a897412aa426224f (diff)
Formerly Makefile.~12~
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b136f56..6fab97a4 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,9 @@ all:
%-lndist: hurd-snap
make -C $* lndist
+%-clean:
+ make -C $* clean
+
hurd-snap:
mkdir hurd-snap
@@ -40,4 +43,4 @@ dist: hurd-snap $(addsuffix -lndist,$(SUBDIRS)) lndist
tar cfz hurd-snap.tar.gz hurd-snap
rm -rf hurd-snap
- \ No newline at end of file
+clean: $(addsuffix -clean,$(SUBDIRS))