remove $SRC/syndie.jar with the clean target

This commit is contained in:
kytv
2013-01-04 22:07:31 +00:00
parent 1ebd63e589
commit 0516c528f2

View File

@ -191,6 +191,7 @@
<target name="clean" description="clean up">
<delete dir="${build.dir}" />
<delete dir="${dist.dir}" />
<delete file="syndie.jar" />
<delete dir="plugin" />
<delete file="syndie.xpi2p" />
<delete file="syndie-update.xpi2p" />