From f5e05a33cd9393a4f4ec9de0d7e0261c43ebdb14 Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Sat, 6 Mar 2010 21:36:34 -0800 Subject: [PATCH] Add a :main clause to the sample's project.clj file. --- sample/project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/project.clj b/sample/project.clj index b1d0ec11..69a3136b 100644 --- a/sample/project.clj +++ b/sample/project.clj @@ -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)