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