miniupnpc/Makefile: clean testaddr_is_reserved
This commit is contained in:
parent
200d6c2509
commit
6d8c22e82b
|
@ -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
|
# MiniUPnP Project
|
||||||
# http://miniupnp.free.fr/
|
# http://miniupnp.free.fr/
|
||||||
# https://miniupnp.tuxfamily.org/
|
# https://miniupnp.tuxfamily.org/
|
||||||
# https://github.com/miniupnp/miniupnp
|
# https://github.com/miniupnp/miniupnp
|
||||||
# (c) 2005-2020 Thomas Bernard
|
# (c) 2005-2021 Thomas Bernard
|
||||||
# to install use :
|
# to install use :
|
||||||
# $ make DESTDIR=/tmp/dummylocation install
|
# $ make DESTDIR=/tmp/dummylocation install
|
||||||
# or
|
# or
|
||||||
|
@ -233,6 +233,7 @@ clean:
|
||||||
$(RM) validateminixml validateminiwget validateupnpreplyparse
|
$(RM) validateminixml validateminiwget validateupnpreplyparse
|
||||||
$(RM) validateigddescparse
|
$(RM) validateigddescparse
|
||||||
$(RM) minihttptestserver
|
$(RM) minihttptestserver
|
||||||
|
$(RM) testaddr_is_reserved
|
||||||
$(RM) -r build/ dist/
|
$(RM) -r build/ dist/
|
||||||
#python setup.py clean
|
#python setup.py clean
|
||||||
# clean jnaerator stuff
|
# clean jnaerator stuff
|
||||||
|
|
Loading…
Reference in New Issue