From 745a62992ebad76f4d2cb53c74ec3688f74c167f Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 27 Dec 2004 06:11:15 +0000 Subject: [PATCH] removed Makefile darcs-hash:20041227061115-5007d-ca1756da7604e0250b050a599251e537aeeed7bc.gz --- Makefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index 2799c69..0000000 --- a/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -$(eval $(shell test -e Makefile.common || curl -O http://core.ibex.org/Makefile.common)) -include Makefile.common - -default: mail.jar -mail.jar: .compile - @cd build/class; jar cvf ../../mail.jar . - -run: mail.jar - sudo java -cp mail.jar:upstream/org.ibex.core/build/class -Dibex.mail.root=`pwd`/mail-root org.ibex.mail.protocol.IMAP -- 1.7.10.4