From 527d8c7f4105cbc2cb1a5bb3b10280372b380e65 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 5 Jul 1994 18:11:46 +0000 Subject: Formerly Makefile.~27~ --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0114b794..ca0395f1 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,9 @@ all: $(addsuffix -all,$(prog-subdirs)) %-install: $(MAKE) -C $* install +%-TAGS: + $(MAKE) -C $* TAGS + hurd-snap: mkdir hurd-snap @@ -57,3 +60,5 @@ clean: $(addsuffix -clean,$(lib-subdirs)) $(addsuffix -clean,$(prog-subdirs)) relink: $(addsuffix -relink,$(prog-subdirs)) install: $(addsuffix -install,$(prog-subdirs)) + +TAGS: $(addsuffix -install,$(prog-subdirs) $(lib-subdirs)) \ No newline at end of file -- cgit v1.2.3