aboutsummaryrefslogtreecommitdiffstats
path: root/extraction/dune
blob: 12a6b8d0dd09b058641430be5c91bb89ee5461d1 (plain)
1
2
3
4
5
6
7
8
(executables
 (flags (:standard -warn-error -A))
 (names driver)
 (libraries compcert))

(install
 (section bin)
 (files (driver.exe as coqup)))