diff options
-rwxr-xr-x | init | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,5 +6,5 @@ tar -xvzf lua-*.tar.gz --directory="$luaver" --strip-components=1 | |||
6 | cd "$luaver" | 6 | cd "$luaver" |
7 | make mingw "CFLAGS= -Wall -Wextra -std=c99 -pedantic $CFLAGS" | 7 | make mingw "CFLAGS= -Wall -Wextra -std=c99 -pedantic $CFLAGS" |
8 | cd "/root/" | 8 | cd "/root/" |
9 | cp "$luaver/src/*.exe" . | 9 | cp $luaver/src/*.exe . |
10 | cp "$luaver/src/*.dll" . | 10 | cp $luaver/src/*.dll . |