mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Merge branch '1.30' into byterun_dev_1.30
This commit is contained in:
commit
67d1a3c135
131 changed files with 905 additions and 364 deletions
|
|
@ -1,8 +1,9 @@
|
|||
(rule
|
||||
(targets Sort.x64.exe)
|
||||
(targets Sort.exe)
|
||||
(deps
|
||||
(:lama Sort.lama)
|
||||
../runtime/runtime.a)
|
||||
../runtime/runtime.a
|
||||
../stdlib/x64/Fun.i)
|
||||
(mode
|
||||
(promote (until-clean)))
|
||||
(action
|
||||
|
|
@ -11,11 +12,11 @@
|
|||
"../runtime"
|
||||
(run
|
||||
%{project_root}/src/Driver.exe
|
||||
-march=x86_64
|
||||
-64
|
||||
%{lama}
|
||||
-I
|
||||
../stdlib/x64
|
||||
-I
|
||||
-runtime
|
||||
../runtime
|
||||
-o
|
||||
%{targets}))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue