lama_byterun/runtime
deker104 91b18d023b 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`
2024-11-12 07:43:17 +00:00
..
.clang-format Debug output is now hidden when DEBUG_VERSION compilation option is off, added LAMA_ENV compilation option to control whether global area scan is needed 2023-07-28 16:37:39 +02:00
.gitignore .gitignore files 2020-12-11 18:04:30 +03:00
dune fix: update build files 2024-11-12 07:43:17 +00:00
gc.c Made compiler working on Linux too 2024-07-11 15:19:22 +02:00
gc.h Fix constants in gc.h 2024-07-11 15:19:22 +02:00
Makefile Fixing mac build: negating Darwin ~~> OKaying linux 2024-09-05 23:39:33 +03:00
printf.S Made compiler working on Linux too 2024-07-11 15:19:22 +02:00
runtime.c Fix regex 2024-07-11 15:19:22 +02:00
runtime.h Added _Noreturn for failures 2024-07-11 15:19:22 +02:00
runtime_common.h Used platform-independent aint printf patterns 2024-07-11 15:19:22 +02:00
Std.i fexists added 2021-11-19 01:38:22 +03:00