From 76454524a3f758998ada1f613920460b3bb72de1 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 14 Aug 2018 20:50:48 +0430 Subject: update --- run.sh | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'run.sh') diff --git a/run.sh b/run.sh index 12b86db..78ab9ea 100755 --- a/run.sh +++ b/run.sh @@ -1,10 +1,12 @@ #!/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 -for filename in ../../bruiser/luatablegen/*.c; do - gcc -c $filename > /dev/null 2>&1 - if [[ $? != 0 ]]; then - echo $filename did not compile. - fi -done +./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/wasm.xml --tbldefs ./out/ +clang-format ./out/*.c ./out/*.h -i +#for filename in ./out/*.c; do +# gcc -c $filename > /dev/null 2>&1 +# if [[ $? != 0 ]]; then +# echo $filename did not compile. +# fi +#done +#rm *.o -- cgit v1.2.3