aboutsummaryrefslogtreecommitdiffstats
path: root/src/dune
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-25 23:44:32 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-25 23:44:32 +0000
commitd389da26515d525a0cc7cbc688f5b43009335915 (patch)
tree6ccaf357477463d3b5765700b81191b95c82f49d /src/dune
parentf96332369cbb2420e29a588d0ad9cd9810315423 (diff)
downloadvericert-d389da26515d525a0cc7cbc688f5b43009335915.tar.gz
vericert-d389da26515d525a0cc7cbc688f5b43009335915.zip
Remove dunes and make the build recursive
Diffstat (limited to 'src/dune')
-rw-r--r--src/dune7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/dune b/src/dune
index 1c9fdde..d6dc7b8 100644
--- a/src/dune
+++ b/src/dune
@@ -1,3 +1,6 @@
+(include_subdirs unqualified)
+
(library
- (name CoqUp)
- (public_name coqup))
+ (public_name coqup)
+ (libraries compcert)
+ (flags (:standard -warn-error -A)))