summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/init b/init
index 11fb612..d403044 100755
--- a/init
+++ b/init
@@ -6,5 +6,5 @@ tar -xvzf lua-*.tar.gz --directory="$luaver" --strip-components=1
6cd "$luaver" 6cd "$luaver"
7make mingw "CFLAGS= -Wall -Wextra -std=c99 -pedantic $CFLAGS" 7make mingw "CFLAGS= -Wall -Wextra -std=c99 -pedantic $CFLAGS"
8cd "/root/" 8cd "/root/"
9cp "$luaver/src/*.exe" . 9cp $luaver/src/*.exe .
10cp "$luaver/src/*.dll" . 10cp $luaver/src/*.dll .