aboutsummaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-10-03 00:41:16 +0000
committerbloodstalker <thabogre@gmail.com>2018-10-03 00:41:16 +0000
commit01a2e74ae24496a5aeb3043fc27a51dd531c5c37 (patch)
tree2d4dc32d5fbcbe695536f241ef91974e53b7b5c8 /run.sh
parentupdate (diff)
downloadluatablegen-01a2e74ae24496a5aeb3043fc27a51dd531c5c37.tar.gz
luatablegen-01a2e74ae24496a5aeb3043fc27a51dd531c5c37.zip
added the md and lua autogen files back in
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 7dcc5a1..0592a90 100755
--- a/run.sh
+++ b/run.sh
@@ -1,7 +1,7 @@
#!/usr/bin/bash
cd $(dirname $0)
if [[ -d ./out ]]; then :;else mkdir ./out;fi
-./luatablegen.py --tbg ./test/wasmtablegen.json --out ./out --luaheader /home/bloodstalker/devi/hell2/bruiser/lua-5.3.4/src --pre ./test/wasmheader.txt --headeraggr ./out/wasm_tables.h --lualibpath ./out/wasm.lua --docpath ./out/wasm.md --xml ./test/luwasm.xml --tbldefs ./out/ --anon --name wasm
+./luatablegen.py --tbg ./test/wasmtablegen.json --out ./out --luaheader /home/bloodstalker/devi/hell2/bruiser/lua-5.3.4/src --pre ./test/wasmheader.txt --headeraggr ./out/wasm_tables.h --lualibpath ./out/wasm.lua --docpath ./out/wasm.md --xml ./test/luwasm.xml --tbldefs ./out/ --anon --name wasm --lualibname wasmextra
clang-format ./out/*.c ./out/*.h -i
for filename in ./out/*.c; do
gcc -c $filename > /dev/null 2>&1