2003/12/07 10:24:31
[org.ibex.core.git] / Makefile
index f0c9efe..8cd4135 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,9 @@
 all:      JVM Linux Win32 Darwin #Solaris
 
 clean:
+       rm -rf build
+
+dist-clean:
        rm -rf .jikes .configure* .install* build .compile .build*
        find upstream -name config.cache -exec rm {} \;