This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
let () = ()
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
(copy_files# "no_dir/*")
|
||||
|
||||
(executable (name demo))
|
||||
|
|
@ -0,0 +1 @@
|
|||
(lang dune 1.1)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
This works also is a file exists with the same name:
|
||||
|
||||
$ dune build demo.exe
|
||||
File "dune", line 1, characters 13-23:
|
||||
1 | (copy_files# "no_dir/*")
|
||||
^^^^^^^^^^
|
||||
Error: Cannot find directory: no_dir
|
||||
[1]
|
||||
Loading…
Add table
Add a link
Reference in a new issue