From e26873f36547eb85cf20314cbe0251488aaf7698 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 31 Mar 2020 10:44:24 +0100 Subject: Add main file and global building --- dune | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dune (limited to 'dune') diff --git a/dune b/dune new file mode 100644 index 0000000..020ec08 --- /dev/null +++ b/dune @@ -0,0 +1,10 @@ +(dirs :standard \ "./lib/CompCert/x86_32" "./lib/CompCert/powerpc" "./lib/CompCert/riscV" + "./lib/CompCert/arm" "./lib/CompCert/aarch64" "./lib/CompCert/extraction") + +(include_subdirs unqualified) + +(library + (public_name coqup) + (modules_without_implementation c debugTypes dwarfTypes) + (libraries menhirLib str unix) + (flags (:standard -warn-error -A))) -- cgit