From 4e6039cb4b7f882945e966bbf988f65047806079 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 16 Aug 1994 16:15:48 +0000 Subject: [PATCH] Preparing for subdirs. --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- 1.7.10.4