mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-23 03:08:13 +00:00
miniupnpc/Makefile: Add test executables to clean target
This commit is contained in:
parent
011e7e7acd
commit
ebd7138cc0
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.105 2013/05/14 20:37:36 nanard Exp $
|
# $Id: Makefile,v 1.108 2014/06/10 09:51:33 nanard Exp $
|
||||||
# MiniUPnP Project
|
# MiniUPnP Project
|
||||||
# http://miniupnp.free.fr/
|
# http://miniupnp.free.fr/
|
||||||
# http://miniupnp.tuxfamily.org/
|
# http://miniupnp.tuxfamily.org/
|
||||||
@ -174,6 +174,7 @@ validateupnpreplyparse: testupnpreplyparse testupnpreplyparse.sh
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(LIBRARY) $(SHAREDLIBRARY) $(EXECUTABLES) $(OBJS) miniupnpcstrings.h
|
$(RM) $(LIBRARY) $(SHAREDLIBRARY) $(EXECUTABLES) $(OBJS) miniupnpcstrings.h
|
||||||
|
$(RM) $(EXECUTABLES_ADDTESTS)
|
||||||
# clean python stuff
|
# clean python stuff
|
||||||
$(RM) pythonmodule pythonmodule3
|
$(RM) pythonmodule pythonmodule3
|
||||||
$(RM) validateminixml validateminiwget validateupnpreplyparse
|
$(RM) validateminixml validateminiwget validateupnpreplyparse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user