Skip to content
Snippets Groups Projects
Commit b933255e authored by erwan's avatar erwan
Browse files

build: add a dune file

parent 5cffc94e
No related branches found
No related tags found
No related merge requests found
src/dune 0 → 100644
;; Time-stamp: <modified the 21/11/2021 (at 17:50) by Erwan Jahier>
(executable
(name dot2lus)
(flags -noassert)
(link_flags (-linkall))
(libraries ocamlgraph lutils sasacore algo)
)
(install
(section bin)
(package sasa)
(files (dot2lus.exe as salut))
; (files sasaRun.cmxa)
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment