Update Makefile to make it compile with recent pilex
[c_to_python.git] / o.sh
1 #!/bin/sh
2 ../bootstrap_bison.git/src/bison -o /dev/null tests/parse.y 2>tests/parse.y.xml
3 ./y_to_python.py -I tests/flex_h <tests/parse.y.xml >tests/parse.y.new.xml
4 ./xml_to_y.py <tests/parse.y.new.xml >tests/parse.y.new