From 6267fd01b3e62d480be6a36991675ad0b04948ac Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Fri, 2 Sep 1994 14:58:38 +0000 Subject: [PATCH] Minimal --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f5f612..d336abe 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.9 1994-09-01 17:43:41 adam Exp $ +# $Id: Makefile,v 1.10 1994-09-02 14:58:38 quinn Exp $ SHELL=/bin/sh SUBDIR=util bfile dict @@ -19,6 +19,7 @@ cleanup: rm -f `find $(SUBDIR) -name "*.o" -print` rm -f `find $(SUBDIR) -name "core" -print` rm -f `find $(SUBDIR) -name "errlist" -print` + rm -f `find $(SUBDIR) -name "a.out" -print` wc: wc `find . -name '*.[ch]'` -- 1.7.10.4