miniupnpc/Makefile: add validateminiwget to clean; and minor things
This commit is contained in:
parent
8c22bf187d
commit
40c0c8d356
|
@ -1,7 +1,9 @@
|
||||||
# $Id: Makefile,v 1.95 2012/05/01 16:16:50 nanard Exp $
|
# $Id: Makefile,v 1.96 2012/06/23 22:30:42 nanard Exp $
|
||||||
# MiniUPnP Project
|
# MiniUPnP Project
|
||||||
# http://miniupnp.free.fr/
|
# http://miniupnp.free.fr/
|
||||||
# (c) 2005-2011 Thomas Bernard
|
# http://miniupnp.tuxfamily.org/
|
||||||
|
# https://github.com/miniupnp/miniupnp
|
||||||
|
# (c) 2005-2012 Thomas Bernard
|
||||||
# to install use :
|
# to install use :
|
||||||
# $ PREFIX=/tmp/dummylocation make install
|
# $ PREFIX=/tmp/dummylocation make install
|
||||||
# or
|
# or
|
||||||
|
@ -141,7 +143,7 @@ validateminiwget: testminiwget minihttptestserver testminiwget.sh
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(LIBRARY) $(SHAREDLIBRARY) $(EXECUTABLES) $(OBJS) miniupnpcstrings.h
|
$(RM) $(LIBRARY) $(SHAREDLIBRARY) $(EXECUTABLES) $(OBJS) miniupnpcstrings.h
|
||||||
# clean python stuff
|
# clean python stuff
|
||||||
$(RM) pythonmodule validateminixml
|
$(RM) pythonmodule validateminixml validateminiwget
|
||||||
$(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