mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-26 00:28:47 +00:00
Minor fixes of minor tools
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
f6277da16e
commit
d3d2535f97
12 changed files with 67 additions and 27 deletions
|
|
@ -5,7 +5,7 @@ let demos = ["Expressions"; "Functions"; "Hello"; "PatternMatching"; "Values"]
|
|||
let template = {|
|
||||
(rule
|
||||
(targets %DEMO%.exe)
|
||||
(deps (:lama %DEMOSRC%.lama) %RUNTIME%/runtime.a)
|
||||
(deps (:lama %DEMOSRC%.lama) %RUNTIME%/runtime.a %STDLIB%/Fun.i)
|
||||
(mode
|
||||
(promote (until-clean)))
|
||||
(action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue