dxf: Fix the clean target

This commit is contained in:
David Prévot
2014-01-09 18:10:48 -04:00
parent f3befb78fe
commit 8fcc868767

View File

@@ -3,7 +3,7 @@
<target name="clean" description="Clean the build directories">
<delete dir="bin" />
<delete file="library/net.jar" />
<delete file="library/dxf.jar" />
</target>
<target name="compile" description="Compile sources">