summaryrefslogtreecommitdiff
path: root/init
blob: d4030443b1393060234d994d51121ed080bc227a (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 $CFLAGS"
cd "/root/"
cp $luaver/src/*.exe .
cp $luaver/src/*.dll .