#!/bin/bash # (c) 2010 Timothy Pearson # 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 ../../