blob: ab5aeb1a34a98b1d30ef28990de5450d65d9179f [file] [log] [blame] [edit]
release:
rm -rf ccache; rm -rf flatbuffers; rm -rf python3.6; rm -rf antlr4
cd SVIncCompil; ./build3rdparty_mini.sh
cd SVIncCompil; ./buildrelease.sh
test:
cd SVIncCompil/Testcases; ./regression.tcl
all:
rm -rf ccache; rm -rf flatbuffers; rm -rf python3.6; rm -rf antlr4
cd SVIncCompil; ./build3rdparty.sh
cd SVIncCompil; ./buildall.sh
debug:
rm -rf ccache; rm -rf flatbuffers; rm -rf python3.6; rm -rf antlr4
cd SVIncCompil; ./build3rdparty.sh
cd SVIncCompil; ./builddebug.sh