From f513e774d5502d85c456b8a58eaea6d4851f8eaa Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Wed, 14 Dec 1994 11:04:15 +0000 Subject: [PATCH] Added rset --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 71ac604..481bc6a 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.22 1994-11-03 14:03:25 adam Exp $ +# $Id: Makefile,v 1.23 1994-12-14 11:04:15 quinn Exp $ SHELL=/bin/sh MAKE=make -SUBDIR=util str bfile dfa dict isam it base +SUBDIR=util str bfile dfa dict isam rset it base all: for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)"; then cd ..; else exit 1; fi; done -- 1.7.10.4