Preparing for subdirs.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 16 Aug 1994 16:15:48 +0000 (16:15 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 16 Aug 1994 16:15:48 +0000 (16:15 +0000)
Makefile

index a26178f..0f081ef 100644 (file)
--- 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