(defproject bombnet "0.1.0-SNAPSHOT" :description "Bomberman-like game" :url "" :license {:name "WTFPL" :url "http://www.wtfpl.net/txt/copying/"} :dependencies [[org.clojure/clojure "1.7.0"]] :main ^:skip-aot bombnet.core :target-path "target/%s" :profiles {:uberjar {:aot :all}})