*** empty log message ***
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4715 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
dd16fa34f9
commit
dc7b681037
|
@ -0,0 +1,6 @@
|
|||
ocamldoc
|
||||
ocamldoc.opt
|
||||
odoc_crc.ml
|
||||
odoc_parser.ml
|
||||
odoc_text_parser.ml
|
||||
*.output
|
|
@ -38,7 +38,7 @@ ocamldep: depend.cmi $(CAMLDEP_OBJ)
|
|||
$(CAMLC) $(LINKFLAGS) -o ocamldep $(CAMLDEP_IMPORTS) $(CAMLDEP_OBJ)
|
||||
|
||||
depend.cmx:
|
||||
$(CAMLOPT) $(INCLUDES) -I ../stdlib depend.ml
|
||||
$(CAMLOPT) $(INCLUDES) -I ../stdlib -c depend.ml
|
||||
|
||||
clean::
|
||||
rm -f ocamldep
|
||||
|
|
Loading…
Reference in New Issue