aboutsummaryrefslogtreecommitdiffstats
path: root/src/Driver/dune
diff options
context:
space:
mode:
Diffstat (limited to 'src/Driver/dune')
-rw-r--r--src/Driver/dune7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Driver/dune b/src/Driver/dune
new file mode 100644
index 0000000..e295a76
--- /dev/null
+++ b/src/Driver/dune
@@ -0,0 +1,7 @@
+(executables
+ (names Driver)
+ (libraries compcert coqup.verilog coqup.extraction))
+
+(install
+ (section bin)
+ (files (Driver.exe as coqup)))