Makefile : make clean now removes jnaerator generated files
This commit is contained in:
parent
c29468dd05
commit
f567e229d8
|
@ -1,6 +1,10 @@
|
|||
$Id: Changelog.txt,v 1.153 2011/09/12 09:52:01 nanard Exp $
|
||||
miniUPnP client Changelog.
|
||||
|
||||
2011/10/09:
|
||||
Makefile : make clean now removes jnaerator generated files.
|
||||
MINIUPNPC_VERSION in miniupnpc.h (updated by make)
|
||||
|
||||
2011/09/12:
|
||||
added rootdescURL to UPNPUrls structure.
|
||||
|
||||
|
|
|
@ -126,6 +126,8 @@ clean:
|
|||
$(RM) pythonmodule validateminixml
|
||||
$(RM) -r build/ dist/
|
||||
#python setup.py clean
|
||||
# clean jnaerator stuff
|
||||
$(RM) _jnaerator.* java/miniupnpc_$(OS).jar
|
||||
|
||||
install: $(FILESTOINSTALL)
|
||||
$(INSTALL) -d $(INSTALLDIRINC)
|
||||
|
|
Loading…
Reference in New Issue