summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Celes <celes@tecgraf.puc-rio.br>1994-07-19 18:35:36 -0300
committerWaldemar Celes <celes@tecgraf.puc-rio.br>1994-07-19 18:35:36 -0300
commit6625296c8f498e09e502748092d1e203a6c6cc56 (patch)
treef6802207f72ff1373c9f397d7913d0aaf6e931fd
parent493d718b7fe0f1075072a44d7946e38ca7d773d3 (diff)
downloadlua-github-1.2.tar.gz
inclui arquivo "tree".v1_2v1.2
-rw-r--r--makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/makefile b/makefile
index ac8f5bd5..106ee44f 100644
--- a/makefile
+++ b/makefile
@@ -1,7 +1,7 @@
-# $Id: makefile,v 1.4 1993/12/22 21:52:26 roberto Exp roberto $
+# $Id: makefile,v 1.5 1994/01/10 19:49:56 roberto Exp celes $
# Compilation parameters
CC = gcc
-CFLAGS = -I/usr/5include -Wall -O2 -DMAXCODE=4096 -DMAXCONSTANT=1024 -DMAXSYMBOL=1024
+CFLAGS = -I/usr/5include -Wall -O2
AR = ar
ARFLAGS = rvl
@@ -13,7 +13,8 @@ LUAMOD = \
opcode \
hash \
table \
- inout
+ inout \
+ tree
LIBMOD = \
iolib \