summaryrefslogtreecommitdiff
path: root/src/compiler.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler.sig')
-rw-r--r--src/compiler.sig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.sig b/src/compiler.sig
index 31a940c2..f0914d0f 100644
--- a/src/compiler.sig
+++ b/src/compiler.sig
@@ -30,6 +30,7 @@
signature COMPILER = sig
type job = {
+ prefix : string,
database : string option,
sources : string list,
exe : string,