X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=Makefile;h=d336abe91ed4ac6394a9032854c1e27ffd97459f;hb=6267fd01b3e62d480be6a36991675ad0b04948ac;hp=5f5f61271e93fbbca1ebd11ebf8ec8cd826be741;hpb=fce9be55596777837da1aa577ae66c193f80ff48;p=idzebra-moved-to-github.git 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]'`