From: Sebastian Hammer Date: Fri, 2 Sep 1994 14:58:38 +0000 (+0000) Subject: Minimal X-Git-Tag: ZEBRA.1.0~878 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=6267fd01b3e62d480be6a36991675ad0b04948ac;p=idzebra-moved-to-github.git Minimal --- 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]'`