all: ;
install:
$(MAKE) -C src $@
relabel: ;
clean:
$(MAKE) -C tests $@
rm -f *~ *.pyc
rm -f parser.out parsetab.py
indent: ;
test: