mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
fix: update build files
Add `install` stanza to `dune` files to install std and runtime to expected directories Delete manual copying from `install` scenario in `Makefile`
This commit is contained in:
parent
5da0273afa
commit
91b18d023b
7 changed files with 31 additions and 9 deletions
|
|
@ -60,3 +60,8 @@
|
|||
LAMAC
|
||||
"../../src/Driver.exe -32 -I ../../runtime32"
|
||||
(run make -j2 -f ../Makefile all)))))))
|
||||
(install
|
||||
(section share)
|
||||
(files
|
||||
(glob_files (*.i with_prefix x32))
|
||||
(glob_files (*.o with_prefix x32))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue