diff options
-rw-r--r-- | lex/Makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lex/Makefile.nt b/lex/Makefile.nt index f8b1c852c..ab2a42a10 100644 --- a/lex/Makefile.nt +++ b/lex/Makefile.nt @@ -24,7 +24,7 @@ CAMLLEX=../boot/ocamlrun ../boot/ocamllex CAMLDEP=../boot/ocamlrun ../tools/ocamldep DEPFLAGS= -OBJS=parser.cmo lexer.cmo lexgen.cmo compact.cmo output.cmo main.cmo +OBJS=cset.cmo syntax.cmo parser.cmo lexer.cmo table.cmo lexgen.cmo compact.cmo common.cmo output.cmo outputbis.cmo main.cmo all: ocamllex syntax.cmo allopt: ocamllex.opt |