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:
deker104 2024-11-12 07:14:21 +00:00
parent 5da0273afa
commit 91b18d023b
7 changed files with 31 additions and 9 deletions

View file

@ -5,3 +5,9 @@
(deps Makefile gc.c gc.h runtime_common.h runtime.c runtime.h printf.S)
(action
(run make)))
(install
(section share)
(files
(runtime.a as x64/runtime.a)
(Std.i as x64/Std.i)))