From 52826846282e9e224e05dde6d2e4cb38d1fefec7 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 23 Aug 2001 02:33:20 +0000 Subject: mdctl-0.5 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a7a7c48..5d0b142 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ CFLAGS = -Wall,error,strict-prototypes -ggdb -OBJS = mdctl.o config.o ReadMe.o util.o Manage.o Assemble.o Build.o Create.o Detail.o Examine.o dlink.o +OBJS = mdctl.o config.o ReadMe.o util.o Manage.o Assemble.o Build.o Create.o Detail.o Examine.o Monitor.o dlink.o all : mdctl mdctl : $(OBJS) @@ -38,7 +38,7 @@ mdctl : $(OBJS) $(OBJS) : mdctl.h clean : - rm -f mdctl $(OBJS) + rm -f mdctl $(OBJS) core dist : clean ./makedist -- cgit