This commit is contained in:
ProgramSnail 2024-12-09 01:50:22 +03:00
parent 9ad694a439
commit 401805c229
4 changed files with 2 additions and 1 deletions

9
runtime32/_dune Normal file
View file

@ -0,0 +1,9 @@
(rule
(target runtime.a)
(enabled_if
(= %{system} "linux"))
(mode
(promote (until-clean)))
(deps Makefile gc_runtime.s runtime.c runtime.h)
(action
(run make -j2)))