From 6d8c22e82b2bbfc89f9e1472f85f534cbda8bf37 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Tue, 28 Sep 2021 22:45:41 +0200 Subject: [PATCH] miniupnpc/Makefile: clean testaddr_is_reserved --- miniupnpc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/miniupnpc/Makefile b/miniupnpc/Makefile index aae4e7d..a9c655f 100644 --- a/miniupnpc/Makefile +++ b/miniupnpc/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.144 2021/08/21 10:43:37 nanard Exp $ +# $Id: Makefile,v 1.145 2021/09/28 20:42:25 nanard Exp $ # MiniUPnP Project # http://miniupnp.free.fr/ # https://miniupnp.tuxfamily.org/ # https://github.com/miniupnp/miniupnp -# (c) 2005-2020 Thomas Bernard +# (c) 2005-2021 Thomas Bernard # to install use : # $ make DESTDIR=/tmp/dummylocation install # or @@ -233,6 +233,7 @@ clean: $(RM) validateminixml validateminiwget validateupnpreplyparse $(RM) validateigddescparse $(RM) minihttptestserver + $(RM) testaddr_is_reserved $(RM) -r build/ dist/ #python setup.py clean # clean jnaerator stuff