using new :main leiningen key
This commit is contained in:
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"]
|
||||
|
Reference in New Issue
Block a user