diff options
Diffstat (limited to 'sailcov/Makefile')
| -rw-r--r-- | sailcov/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sailcov/Makefile b/sailcov/Makefile new file mode 100644 index 00000000..bc9e39d8 --- /dev/null +++ b/sailcov/Makefile @@ -0,0 +1,4 @@ + +sailcov: *.ml dune + dune build main.exe + cp -f _build/default/main.exe sailcov |
