Wrap up day 1.
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 12 Dec 2015 19:01:22 +0000 |
parents |
dee99c486fc1 |
children |
8783b3a23dce |
(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"]
[org.clojure/core.match "0.3.0-alpha4"]]
:main ^:skip-aot silt.core
:target-path "target/%s"
:profiles {:uberjar {:aot :all}})