Skip to content
Snippets Groups Projects
Commit 20cb9179 authored by Brian Carrier's avatar Brian Carrier
Browse files

delete lib folder with clean

parent 9cc07f1d
No related branches found
No related tags found
No related merge requests found
...@@ -178,9 +178,9 @@ ...@@ -178,9 +178,9 @@
<target name="clean" <target name="clean"
description="clean up" > description="clean up" >
<!-- Delete the ${build} and ${dist} directory trees -->
<delete dir="${build}"/> <delete dir="${build}"/>
<delete dir="${dist}"/> <delete dir="${dist}"/>
<delete dir="${lib}"/>
</target> </target>
<target name ="javadoc" description="Make the API docs"> <target name ="javadoc" description="Make the API docs">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment