using new :main leiningen key
This commit is contained in:
parent
b55303714c
commit
896289b64e
3 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
|||
bin
|
||||
lib
|
||||
*.jar
|
||||
.DS_Store
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue