From e7653a07cbbe765e023b1ec0f334b2792ad4c9a4 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 14 Sep 2000 19:31:52 +0000 Subject: [PATCH] Added distclean target so that "make distclean" from top level directory will not fail after ttyId/Makefile. --- ttyId/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ttyId/Makefile b/ttyId/Makefile index 98da96b0..f34feff7 100644 --- a/ttyId/Makefile +++ b/ttyId/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 2000/08/30 18:27:01 armin Exp $ +# $Id: Makefile,v 1.2 2000/09/14 19:31:52 paul Exp $ VERSION = 0.1 @@ -32,4 +32,7 @@ ttyId: $(MAINOBJS) clean: ignore @find . -name '*.o' -exec $(RM) {} ';' +distclean: clean + rm -f ttyId + ignore: