mirror of
https://github.com/minetest/minetest.git
synced 2024-11-09 01:03:46 +01:00
7 lines
112 B
Bash
Executable File
7 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
|