diff options
author | bd <bdunahu@operationnull.com> | 2025-01-28 11:01:47 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-01-28 11:01:47 -0500 |
commit | c63a873fe7fbf7947e07acfaf2402fe85100deba (patch) | |
tree | 6a78970f40b4e6000c01b7956986f8fe4a252664 /.dir-locals.el | |
parent | 78b84826c9251d88dc082fbcc625a63638066e06 (diff) |
Rename gscc to 'ull'
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index cb836da..ba479e9 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,4 @@ ;;; Directory Local Variables -*- no-byte-compile: t -*- ;;; For more information see (info "(emacs) Directory Variables") -((scheme-mode . ((compile-command . "guix shell -m manifest.scm -- ./writing-a-c-compiler-tests/test_compiler ./src/gscc --chapter 1 --stage lex")))) +((scheme-mode . ((compile-command . "guix shell -m manifest.scm -- ./writing-a-c-compiler-tests/test_compiler ./src/ull --chapter 1 --stage lex")))) |