浏览代码

inclui arquivo "tree".

Waldemar Celes 31 年之前
父节点
当前提交
6625296c8f
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      makefile

+ 4 - 3
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
 # Compilation parameters
 CC = gcc
 CC = gcc
-CFLAGS = -I/usr/5include -Wall -O2 -DMAXCODE=4096 -DMAXCONSTANT=1024 -DMAXSYMBOL=1024 
+CFLAGS = -I/usr/5include -Wall -O2
 
 
 AR = ar
 AR = ar
 ARFLAGS	= rvl
 ARFLAGS	= rvl
@@ -13,7 +13,8 @@ LUAMOD =	\
 	opcode	\
 	opcode	\
 	hash	\
 	hash	\
 	table	\
 	table	\
-	inout
+	inout	\
+	tree
 
 
 LIBMOD = 	\
 LIBMOD = 	\
 	iolib	\
 	iolib	\