From 627882545c3359b7c3883985e8e4c39c598ddfe7 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 30 Jan 2004 07:42:31 +0000 Subject: [PATCH] 2003/12/02 21:58:40 darcs-hash:20040130074231-0c9ea-7511f94992b180dbcd26c245e41085da1f46dbec.gz --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index f0c9efe..8cd4135 100644 --- 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 {} \; -- 1.7.10.4