Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • johannes
  • partial_parser
  • Aloui_Dary
  • ignore_punct
  • AC
  • classifier
  • fixhelp
  • libmacaon2
  • error_predictor
  • morpho
  • ssrnn
  • tfparsing
  • silvio
  • tagger_options
  • maca_trans_frame_parser
  • alexis
  • new_config
  • tagparse
  • maca_graph_parser
20 results

Makefile

Blame
  • Makefile 566 B
    all:
    	ocamlbuild -use-ocamlfind take_parser.native
    	mv take_parser.native take_parser
    
    	ocamlbuild -use-ocamlfind take_tagger.native
    	mv take_tagger.native take_tagger
    
    	ocamlbuild -use-ocamlfind analyse_parser.native
    	mv analyse_parser.native analyse_parser
    
    	ocamlbuild -use-ocamlfind analyse_tagger.native
    	mv analyse_tagger.native analyse_tagger
    
    	ocamlbuild -use-ocamlfind ref.native
    	mv ref.native ref
    
    	ocamlbuild -use-ocamlfind calcul.native
    	mv calcul.native calcul
    
    	ocamlbuild -use-ocamlfind decal.native
    	mv decal.native decal
    
    clean:
    	ocamlbuild -clean