Skip to content

Instantly share code, notes, and snippets.

@ktsujister
Created August 30, 2014 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ktsujister/7857ffebf577dcaa9062 to your computer and use it in GitHub Desktop.
Save ktsujister/7857ffebf577dcaa9062 to your computer and use it in GitHub Desktop.
(defproject various-distributions "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[incanter/incanter-core "1.5.5"]
[incanter/incanter-charts "1.5.5"]]
;; :jvm-opts ^:replace []
:main ^:skip-aot various-distributions.core
:target-path "target/%s"
:profiles {:uberjar {:aot :all}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment