#!/bin/sh

etags *.y  *.l *.c *.i Headers/* || echo "Error creating TAGS file (ignoring)"

