mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +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
|