eye-on-manga/antigen.sh
Tom Willemsen 10ac842951 Makes
using automake it can be built and installed
2010-10-25 23:18:15 +02:00

9 lines
229 B
Bash
Executable file

#!/bin/sh
if test -f Makefile; then
make distclean
fi
rm -f *.tar.* *.tgz
rm -Rf autom4te.cache
rm -f src/Makefile.in data/Makefile.in Makefile.in aclocal.m4 configure depcomp install-sh missing build-stamp configure-stamp