Update Makefile to make it compile with recent pilex
[c_to_python.git] / n.sh
1 #!/bin/sh
2 ../bootstrap_flex.git/src/flex -o /dev/null tests/scan.l 2>tests/scan.l.xml
3 ./l_to_python.py -I tests/flex_h <tests/scan.l.xml >tests/scan.l.new.xml
4 ./scan_to_l.py <tests/scan.l.new.xml >tests/scan.l.new