aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/driver.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/cljcc/driver.clj')
-rw-r--r--src/cljcc/driver.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cljcc/driver.clj b/src/cljcc/driver.clj
index dede930..a06c9a3 100644
--- a/src/cljcc/driver.clj
+++ b/src/cljcc/driver.clj
@@ -62,7 +62,7 @@
(defn run
"Runs the compiler driver with the given input source file."
- [^String file-path]
+ [^String file-path options]
(let [file (io/file ^String file-path)
filename (.getName file)
directory (.getParent file)]