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)))