X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=Makefile;h=74d5e569fc70eba353b2fd5e7f8c58e08657dd16;hb=be5261b7025fd670361de0268978158eefac2a3c;hp=ef6f11bc3ad0e5d0228c1b5cd666dc846408d45a;hpb=ef495f3c3ac61351628014c7f186adb843d5286b;p=idzebra-moved-to-github.git diff --git a/Makefile b/Makefile index ef6f11b..74d5e56 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.16 1994-09-26 16:10:27 quinn Exp $ SHELL=/bin/sh MAKE=make -SUBDIR=util bfile dict +SUBDIR=util bfile dfa dict isam all: for i in $(SUBDIR); do cd $$i; if $(MAKE); then cd ..; else exit 1; fi; done