Commit 2ad53514 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

added generate for x393 project

parent ae032ca2
...@@ -38,6 +38,14 @@ do_pull(){ ...@@ -38,6 +38,14 @@ do_pull(){
done done
} }
do_generate(){
# provided R3 is x393
cd ${DEV_DIR}/${R3}/py393;
./generate_c.sh
}
addtask do_generate before do_compile after do_pull
do_fetch(){ do_fetch(){
echo "" echo ""
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment