mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 23:08:46 +00:00
7 lines
116 B
Bash
7 lines
116 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
mkdir tmp-lama
|
||
|
|
cp runtime/Std.i tmp-lama
|
||
|
|
cp runtime/runtime.a tmp-lama
|
||
|
|
cp -R stdlib/* tmp-lama
|