summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
1# $Id: makefile,v 1.4 1993/12/22 21:52:26 roberto Exp roberto $ 1# $Id: makefile,v 1.5 1994/01/10 19:49:56 roberto Exp celes $
2# Compilation parameters 2# Compilation parameters
3CC = gcc 3CC = gcc
4CFLAGS = -I/usr/5include -Wall -O2 -DMAXCODE=4096 -DMAXCONSTANT=1024 -DMAXSYMBOL=1024 4CFLAGS = -I/usr/5include -Wall -O2
5 5
6AR = ar 6AR = ar
7ARFLAGS = rvl 7ARFLAGS = rvl
@@ -13,7 +13,8 @@ LUAMOD = \
13 opcode \ 13 opcode \
14 hash \ 14 hash \
15 table \ 15 table \
16 inout 16 inout \
17 tree
17 18
18LIBMOD = \ 19LIBMOD = \
19 iolib \ 20 iolib \