From 856004214fdd2ee7380f423cc428b123b89786f6 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 22 Dec 1993 18:55:06 -0200 Subject: [PATCH] modificacao para pegar arquivos de subdiretorio RCS quando necessario --- makefile | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 6f785e79..3c9b6ab2 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -# $Id: $ +# $Id: makefile,v 1.1 1993/12/17 18:59:10 celes Exp roberto $ # Compilation parameters CC = gcc CFLAGS = -I/usr/5include -Wall -DMAXCODE=4096 -DMAXCONSTANT=1024 -DMAXSYMBOL=1024 @@ -50,3 +50,39 @@ y.tab.c : lua.stx yacc -d lua.stx ; ex y.tab.c