fancy dune file

master
Rachel Lambda Samuelsson 2022-09-03 11:08:31 +02:00
parent 963015801e
commit 96787c4aad
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
(alias bnfc)
(deps "implicitt.cf")
(targets AbsImplicitt.ml BNFC_Util.ml LexImplicitt.mll ParImplicitt.mly PrintImplicitt.ml ShowImplicitt.ml SkelImplicitt.ml TestImplicitt.ml)
(action (system "bnfc --ocaml implicitt.cf")))
(action (run bnfc --ocaml %{deps})))
(ocamllex LexImplicitt)
(ocamlyacc ParImplicitt)