From: Adam Dickmeiss Date: Mon, 26 Sep 1994 10:15:06 +0000 (+0000) Subject: Added dfa in SUBDIR. X-Git-Tag: ZEBRA.1.0~852 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=9a28dfc683cc93e0d9fd1d0b74a59c69364df2ec;p=idzebra-moved-to-github.git Added dfa in SUBDIR. --- diff --git a/Makefile b/Makefile index ef6f11b..9559fca 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.14 1994-09-22 10:42:45 adam Exp $ +# $Id: Makefile,v 1.15 1994-09-26 10:15:06 adam Exp $ SHELL=/bin/sh MAKE=make -SUBDIR=util bfile dict +SUBDIR=util bfile dfa dict all: for i in $(SUBDIR); do cd $$i; if $(MAKE); then cd ..; else exit 1; fi; done