--- scripts/pgallery/src/Makefile 2013/04/03 08:31:07 1.7 +++ scripts/pgallery/src/Makefile 2013/04/03 10:16:39 1.8 @@ -5,7 +5,7 @@ # can do whatever you want with this stuff. If we meet some day, and you think # this stuff is worth it, you can buy me a beer in return Aron Schlesinger # -# $Paefchen: scripts/pgallery/src/Makefile,v 1.6 2013/04/03 08:22:26 as Exp $ +# $Paefchen: scripts/pgallery/src/Makefile,v 1.7 2013/04/03 08:31:07 as Exp $ # BIN= pgallery.sh @@ -23,8 +23,8 @@ test:: @echo ${LIB:R} clean: - rm -f ${DISTNAME} - rm -fr ${NAME} + rm -fv ${DISTNAME} + rm -frv ${NAME} ${DISTNAME}: ${SRC} ${CONF} ${LIB} @echo "==> create ${DISTNAME}"