From: Adam Dickmeiss Date: Tue, 16 Aug 1994 16:15:48 +0000 (+0000) Subject: Preparing for subdirs. X-Git-Tag: ZEBRA.1.0~927 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=4e6039cb4b7f882945e966bbf988f65047806079;p=idzebra-moved-to-github.git Preparing for subdirs. --- diff --git a/Makefile b/Makefile index a26178f..0f081ef 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,12 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.1 1994-08-16 15:33:25 quinn Exp $ +# $Id: Makefile,v 1.2 1994-08-16 16:15:48 adam Exp $ +SUBDIR=util + +all: + for i in $(SUBDIR); do (cd $$i; make); done + +dep: + for i in $(SUBDIR); do (cd $$i; make dep); done