Skip to content

Instantly share code, notes, and snippets.

@masaedw
Created December 11, 2010 07:38
Show Gist options
  • Save masaedw/737230 to your computer and use it in GitHub Desktop.
Save masaedw/737230 to your computer and use it in GitHub Desktop.
diff --git a/project.clj b/project.clj
index 466f9c7..da3a1b8 100644
--- a/project.clj
+++ b/project.clj
@@ -41,4 +41,5 @@
:java-source-path "src/main/java"
:javac-fork "true"
:jar-exclusions [#"(?:^|/).svn/"]
+ :main am.ik.categolj.run
:run-aliases {:server [am.ik.categolj.run -main]})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment