summaryrefslogtreecommitdiff
path: root/init
blob: d9c208feab2091dfb4ee47285cc3a66df68b3536 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -ex

luaver=$(ls lua-*.tar.gz | grep -Eo "lua-.\\..")
mkdir "$luaver"
tar -xvzf lua-*.tar.gz --directory="$luaver" --strip-components=1
cd "$luaver"
make mingw "CFLAGS= -Wall -Wextra -std=c99 -pedantic $1 $2"
cd "/root/"
cp "$luaver/src/*.exe" .
cp "$luaver/src/*.dll" .