miniupnpc/Makefile: add validateminiwget to clean; and minor things

This commit is contained in:
Thomas Bernard 2012-06-24 00:47:50 +02:00
parent 8c22bf187d
commit 40c0c8d356
1 changed files with 5 additions and 3 deletions

View File

@ -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
# 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 :
# $ PREFIX=/tmp/dummylocation make install
# or
@ -141,7 +143,7 @@ validateminiwget: testminiwget minihttptestserver testminiwget.sh
clean:
$(RM) $(LIBRARY) $(SHAREDLIBRARY) $(EXECUTABLES) $(OBJS) miniupnpcstrings.h
# clean python stuff
$(RM) pythonmodule validateminixml
$(RM) pythonmodule validateminixml validateminiwget
$(RM) -r build/ dist/
#python setup.py clean
# clean jnaerator stuff