summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2005-07-26 07:12:28 +0000
committerMark Wielaard <mark@klomp.org>2005-07-26 07:12:28 +0000
commit4e0feee5b5412350ebaec6f1c17dce512ce7f4ca (patch)
treec2ca96a4ac70202d0a6d00f3ab28786aefe567d7 /examples
parent8181d41b35a826e122f65a450149a16bd42907d2 (diff)
downloadclasspath-4e0feee5b5412350ebaec6f1c17dce512ce7f4ca.tar.gz
* examples/Makefile.am (clean-local): Use rm -rf.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 74abc11c0..1b73afef2 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -87,4 +87,4 @@ $(EXAMPLE_ZIP): $(EXAMPLE_JAVA_FILES)
# Zip file be gone! (and make sure the classes are gone too)
clean-local:
- rm -f $(EXAMPLE_ZIP) classes
+ rm -rf $(EXAMPLE_ZIP) classes