not really using a main

This commit is contained in:
Colin Jones 2010-07-12 18:13:19 -05:00
parent 99773ac292
commit 19a16f201f

View File

@ -1,6 +1,5 @@
(defproject functional-koans "0.0.1"
:description "The functional koans"
:main "path_to_enlightenment"
:dependencies [[org.clojure/clojure "1.1.0"]]
:dev-dependencies [[leiningen-run "0.3"]]
:namespaces [koans])