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