Add a :main clause to the sample's project.clj file.

This commit is contained in:
Phil Hagelberg 2010-03-06 21:36:34 -08:00
parent b5b6b56e6d
commit f5e05a33cd

View file

@ -2,4 +2,4 @@
:dependencies [[org.clojure/clojure "1.1.0-master-SNAPSHOT"]
[rome/rome "0.9"]
[org.ccil.cowan.tagsoup/tagsoup "1.2"]]
:namespaces [nom.nom.nom])
:main nom.nom.nom)