#!/usr/bin/env bash # RUN ME after pulling the code from git! if [ "clean" == "$1" ]; then make distclean || echo "continuing..." rm -rf tmp autom4te.cache config rm -f INSTALL Makefile.in aclocal.m4 configure config.h.in ChangeLog rm -f jv_utf8_tables.gen.h lexer.c lexer.h parser.c parser.h elif [ "superclean" == "$1" ]; then ver=$(tr -d '\n'