From ad1ebdc4f41747883ae00a3484f802d350148a85 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 10 Jan 1994 17:49:56 -0200 Subject: [PATCH] uso de pattern-matching para regras de RCS. --- makefile | 42 +++--------------------------------------- 1 file changed, 3 insertions(+), 39 deletions(-) diff --git a/makefile b/makefile index f4d67cb2..ac8f5bd5 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.3 1993/12/22 21:21:06 roberto Exp roberto $ +# $Id: makefile,v 1.4 1993/12/22 21:52:26 roberto Exp roberto $ # Compilation parameters CC = gcc CFLAGS = -I/usr/5include -Wall -O2 -DMAXCODE=4096 -DMAXCONSTANT=1024 -DMAXSYMBOL=1024 @@ -47,42 +47,6 @@ liblua.so.1.0 : lua.o y.tab.c : lua.stx exscript yacc -d lua.stx ; ex y.tab.c