aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lux.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lux.clj b/src/lux.clj
index 0fcb33785..7ff8fda37 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -14,7 +14,7 @@
:reload-all))
(defn -main [& _]
- (do (time (&compiler/compile-all (&/|list "program")))
+ (do (time (&compiler/compile-all (&/|list "lux" "program")))
;; (prn @&type/counter)
)
(System/exit 0))