using new :main leiningen key

This commit is contained in:
Colin Jones 2010-04-02 17:47:32 -05:00
parent b55303714c
commit 896289b64e
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
bin
lib
*.jar
.DS_Store

View File

@ -1,6 +1,6 @@
(defproject functional-koans "0.0.1"
:description "The functional koans"
:script "path_to_enlightenment.clj"
:main "path_to_enlightenment"
:dependencies [[org.clojure/clojure "1.1.0"]
[org.clojure/clojure-contrib "1.0-SNAPSHOT"]
[org.clojure/swank-clojure "1.0"]