aboutsummaryrefslogtreecommitdiffstats
path: root/driver/dune
diff options
context:
space:
mode:
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)))