add syntax.ml

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4312 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Jacques Garrigue 2002-01-25 07:24:06 +00:00
parent 0d3a75cc7a
commit fafcabe9c7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ DEPFLAGS=
OBJS=parser.cmo lexer.cmo lexgen.cmo compact.cmo output.cmo main.cmo
all: ocamllex
all: ocamllex syntax.cmo
allopt: ocamllex.opt
ocamllex: $(OBJS)