pdf: Fix the clean target

This commit is contained in:
David Prévot
2014-01-09 18:13:19 -04:00
parent 8fcc868767
commit 616c3b980a
+1 -1
View File
@@ -3,7 +3,7 @@
<target name="clean" description="Clean the build directories">
<delete dir="bin" />
<delete dir="library/pdf.jar" />
<delete file="library/pdf.jar" />
</target>
<target name="compile" description="Compile sources">