summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/updatelexyacc
blob: 66bf1fdc3f56ea0b1af357cf5d6ca36dda37b957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

# (c) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
# Released under the terms of the GNU General Public License v2 or v3

cd src/tqmoc
rm -f tqmoc_yacc.cpp
rm -f tqmoc_yacc.h
rm -f tqmoc_lex.cpp
lex -o tqmoc_lex.cpp tqmoc.l
yacc -o tqmoc_yacc.cpp --defines=tqmoc_yacc.h tqmoc.y
cd ../../