aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/project.clj')
-rw-r--r--new-luxc/project.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/new-luxc/project.clj b/new-luxc/project.clj
index a6f3510f2..182673452 100644
--- a/new-luxc/project.clj
+++ b/new-luxc/project.clj
@@ -42,6 +42,6 @@
:source-paths ["source"]
:test-paths ["test"]
- :lux {:program {:jvm "program"}
- :tests {:jvm "tests"}}
+ :lux {:program "program"
+ :test "tests"}
)