From 4f7ad627a0b5b949b051aa603e05c3418de06977 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 18 Aug 1994 11:02:08 +0000 Subject: [PATCH] For fun: make wc option. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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]'` + -- 1.7.10.4