[BACK]Return to antigen.sh CVS log [TXT][DIR] Up to [local] / acopm

Annotation of acopm/antigen.sh, Revision 1.1.1.1

1.1       bountyht    1: #!/bin/sh
                      2:
                      3: set -e
                      4: set -x
                      5:
                      6: if [ -f Makefile ]
                      7: then
                      8:        make -s distclean || true
                      9: fi
                     10:
                     11: rm -rf autom4te.cache/ aclocal.m4 ar-lib compile config.log configure depcomp INSTALL install-sh lib*.a Makefile Makefile.in missing test-driver lib/acopm-config.h.in*

CVSweb