From 7a1249a8dee58e36565e610bb44a8175e0b64d33 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Mon, 27 Mar 1995 08:29:30 +0000 Subject: [PATCH] Added util --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7879872..6b5d86b 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.3 1995-03-16 13:28:13 quinn Exp $ +# $Id: Makefile,v 1.4 1995-03-27 08:29:30 quinn Exp $ #CC= SHELL=/bin/sh MAKE=make -SUBDIR=odr asn yazlib server makelib +SUBDIR=util odr asn yazlib server makelib all: for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)"; then cd ..; else exit 1; fi; done -- 1.7.10.4