diff options
author | bloodstalker <thabogre@gmail.com> | 2018-10-03 00:41:16 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-10-03 00:41:16 +0000 |
commit | 01a2e74ae24496a5aeb3043fc27a51dd531c5c37 (patch) | |
tree | 2d4dc32d5fbcbe695536f241ef91974e53b7b5c8 /run.sh | |
parent | update (diff) | |
download | luatablegen-01a2e74ae24496a5aeb3043fc27a51dd531c5c37.tar.gz luatablegen-01a2e74ae24496a5aeb3043fc27a51dd531c5c37.zip |
added the md and lua autogen files back in
Diffstat (limited to '')
-rwxr-xr-x | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |