mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
6 lines
112 B
Bash
Executable file
6 lines
112 B
Bash
Executable file
#!/bin/bash -eu
|
|
cd $HOME
|
|
git clone --depth 1 https://github.com/LuaJIT/LuaJIT
|
|
pushd LuaJIT
|
|
make -j$(nproc)
|
|
popd
|