X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=Makefile;h=18b412c78b55e2e818e56702eab59be89fbf0524;hb=f03a35208f8b0fb19b79708c60153f6e522c1074;hp=71ac604101740ddec11b9185a81c9e89c30e7d53;hpb=f76bfc43f1d423a7a5e75cd04b7f198334691191;p=idzebra-moved-to-github.git diff --git a/Makefile b/Makefile index 71ac604..18b412c 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,12 @@ # 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.24 1995-01-24 15:59:26 adam 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 +CFLAGS=-Wall -g -pedantic -ansi all: for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)"; then cd ..; else exit 1; fi; done