mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 14:58:50 +00:00
Add `install` stanza to `dune` files to install std and runtime to expected directories Delete manual copying from `install` scenario in `Makefile`
5 lines
116 B
Text
5 lines
116 B
Text
(install
|
|
(section share)
|
|
(files
|
|
(glob_files (*.lama with_prefix x64))
|
|
(glob_files (*.lama with_prefix x32))))
|