aboutsummaryrefslogtreecommitdiffstats
path: root/driver/dune
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-25 23:43:59 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-25 23:43:59 +0000
commit539177f4675398e72d59e03c04aa0ec907d7c08b (patch)
treefe224e2cd920b14c69c90d9763df479cd400f2ef /driver/dune
parentb71997d5928750f4ca2d8d749a99a49d33c61124 (diff)
downloadvericert-kvx-539177f4675398e72d59e03c04aa0ec907d7c08b.tar.gz
vericert-kvx-539177f4675398e72d59e03c04aa0ec907d7c08b.zip
Move driver
Diffstat (limited to 'driver/dune')
-rw-r--r--driver/dune9
1 files changed, 9 insertions, 0 deletions
diff --git a/driver/dune b/driver/dune
new file mode 100644
index 0000000..583f201
--- /dev/null
+++ b/driver/dune
@@ -0,0 +1,9 @@
+(include_subdirs no)
+
+(executables
+ (names Driver)
+ (libraries coqup))
+
+(install
+ (section bin)
+ (files (Driver.exe as coqup)))