Update Makefile to make it compile with recent pilex
[c_to_python.git] / p.sh
1 #!/bin/sh
2 ../bootstrap_flex.git/src/flex -o /dev/null tests/scan-gram.l 2>tests/scan-gram.l.xml
3 rm lex.yy.c
4 ./l_to_python.py -I tests/bison_h <tests/scan-gram.l.xml >tests/scan-gram.l.new.xml
5 ./scan-gram_to_l.py <tests/scan-gram.l.new.xml >tests/scan-gram.l.new