From cc1bc3124e26030497488c2c139b6787618caa5c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 21 Jul 1994 19:10:49 +0000 Subject: Formerly Makefile.~2~ --- utils/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/utils/Makefile b/utils/Makefile index aa5bfd59..feb4a45f 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -23,13 +23,18 @@ DIST_FILES = Makefile $(SRCS) ChangeLog sh.ChangeLog ps.ChangeLog UTILS=sh ps su SRCS = $(addsuffix .c,$(UTILS)) -OBJS = $(addsuffix .o,$(UTILS)) UTILS_INST = $(addprefix $(hurdroot)/bin/,$(UTILS)) all: $(UTILS) install: $(UTILS_INST) +clean: + rm -f $(UTILS) + +relink: + rm -f $(UTILS) + $(UTILS_INST): $(hurdroot) $(hurdroot)/bin/%: % -- cgit v1.2.3