removed Makefile
authoradam <adam@megacz.com>
Mon, 27 Dec 2004 06:11:15 +0000 (06:11 +0000)
committeradam <adam@megacz.com>
Mon, 27 Dec 2004 06:11:15 +0000 (06:11 +0000)
darcs-hash:20041227061115-5007d-ca1756da7604e0250b050a599251e537aeeed7bc.gz

Makefile [deleted file]

diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
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