Fully clean I2P source

This commit is contained in:
str4d
2015-05-27 11:23:10 +00:00
parent a43990d3b8
commit 65e3e3319d

View File

@@ -52,7 +52,7 @@
</condition> </condition>
<target name="cleanI2P" unless="dontclean"> <target name="cleanI2P" unless="dontclean">
<ant dir="${i2pbase}" inheritall="false" useNativeBasedir="true" target="clean" /> <ant dir="${i2pbase}" inheritall="false" useNativeBasedir="true" target="distclean" />
</target> </target>
<target name="clean" depends="cleanI2P"> <target name="clean" depends="cleanI2P">