project.clj @ 92c64081b5f8

Animals and water and more!
author Steve Losh <steve@stevelosh.com>
date Sat, 12 Dec 2015 17:54:05 +0000
parents dee99c486fc1
children 5e2ad425aa5a
(defproject silt "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.7.0"]
                 [clojure-lanterna "0.9.5"]
                 [roul "0.2.0"]
                 ]
  :main ^:skip-aot silt.core
  :target-path "target/%s"
  :profiles {:uberjar {:aot :all}})