adding a separate target so that jogl binaries are not killed by accident

This commit is contained in:
Ben Fry
2020-01-18 19:45:38 -05:00
parent ff3fe5918d
commit 47b1ccca07
+2
View File
@@ -7,7 +7,9 @@
<delete dir="bin" />
<delete dir="bin-test" />
<delete file="library/core.jar" />
</target>
<target name="clean-jogl" description="Clean out the JOGL binaries">
<delete>
<fileset dir="library" includes="gluegen-rt*.jar" />
<fileset dir="library" includes="jogl-all*.jar" />