From: adam Date: Mon, 27 Dec 2004 06:11:15 +0000 (+0000) Subject: removed Makefile X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=745a62992ebad76f4d2cb53c74ec3688f74c167f;p=org.ibex.mail.git removed Makefile darcs-hash:20041227061115-5007d-ca1756da7604e0250b050a599251e537aeeed7bc.gz --- 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