diff options
Diffstat (limited to 'src/boot/fe/fuzz.ml')
| -rw-r--r-- | src/boot/fe/fuzz.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/fe/fuzz.ml b/src/boot/fe/fuzz.ml index 01ce04d4..2c465be4 100644 --- a/src/boot/fe/fuzz.ml +++ b/src/boot/fe/fuzz.ml @@ -161,6 +161,6 @@ let fuzz (seed:int option) (sess:Session.sess) : unit = * fill-column: 78; * indent-tabs-mode: nil * buffer-file-coding-system: utf-8-unix - * compile-command: "make -k -C ../../../build 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; + * compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; * End: *) |