From: Adam Dickmeiss Date: Thu, 18 Aug 1994 11:02:08 +0000 (+0000) Subject: For fun: make wc option. X-Git-Tag: ZEBRA.1.0~900 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=4f7ad627a0b5b949b051aa603e05c3418de06977;p=idzebra-moved-to-github.git For fun: make wc option. --- diff --git a/Makefile b/Makefile index 20e10ae..cb50afd 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.6 1994-08-17 13:31:21 adam Exp $ +# $Id: Makefile,v 1.7 1994-08-18 11:02:08 adam Exp $ SUBDIR=util bfile dict @@ -13,3 +13,7 @@ dep depend: clean: for i in $(SUBDIR); do (cd $$i; make clean); done + +wc: + wc `find . -name '*.[ch]'` +