diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-21 22:47:28 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-21 22:47:28 +0000 |
commit | cc68b1961f75e892bdd2356817eda14ddc2cc78a (patch) | |
tree | 37034eeb0284ee90b3ac2804b55063e0c1d898b2 | |
parent | d597f0c29ddef343de58bd40a897412aa426224f (diff) |
Formerly Makefile.~12~
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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)) |