summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorTom Short <tshort.rlists@gmail.com>2017-04-02 10:16:41 -0400
committerTom Short <tshort.rlists@gmail.com>2017-04-02 10:16:41 -0400
commit13c89652b2030731043b92267c25a2be030b2b71 (patch)
tree8653ad872a4e84e8056d4d56827b303546ddf594 /project.clj
parentc8618fae0c76e7ac1503a878043a6edbcacb7ada (diff)
Add usb-holder
Add -main entry point for batching
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/project.clj b/project.clj
index 66b878b..86d5931 100644
--- a/project.clj
+++ b/project.clj
@@ -1,6 +1,7 @@
(defproject dactyl-keyboard "0.1.0-SNAPSHOT"
:description "A parametrized, split-hand, concave, columnar, erogonomic keyboard"
:url "http://example.com/FIXME"
+ :main dactyl-keyboard.dactyl
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0"]