diff --git a/makefile b/makefile index d0301e8..34197b2 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # Build a release of tconfpy using 'make' -# $Id: makefile,v 1.107 2005/01/17 07:37:02 tundra Exp $ +# $Id: makefile,v 1.108 2005/01/17 22:32:24 tundra Exp $ # Requires a modern 'make' like GNU. @@ -74,7 +74,7 @@ ##### clean: - @rm -rf ${DIR} ${DOCFILES} ${PORTNAME} ${PROGFILES} ${SUPPFILES} ${TARBALL} ${TMPFILE} + @rm -rf ${DIR} ${DOCFILES} ${PORTNAME} ${PROGFILES} ${SUPPFILES} ${TARBALL} ${TMPFILE} *.pyc version: @echo ${VERSION}