aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front/token.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/comp/front/token.rs')
-rw-r--r--src/comp/front/token.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/front/token.rs b/src/comp/front/token.rs
index e66e3aaa..72d82010 100644
--- a/src/comp/front/token.rs
+++ b/src/comp/front/token.rs
@@ -359,5 +359,5 @@ fn to_str(token t) -> str {
// indent-tabs-mode: nil
// c-basic-offset: 4
// 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: