diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-08-09 12:00:11 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-08-09 12:00:11 -0400 |
commit | 9231dca37261de8269149ccad4517acad41aa015 (patch) | |
tree | 0d1f6cfd3bafea29782a8d8acdbb5b1ef31e54ce /examples | |
parent | 06d9fc69fdf0988aceea64fa2310c22deddb107d (diff) |
2048: Make it more convenient to run within Emacs.
* examples/2048/2048: Add local variable setting for compile-command.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/2048/2048 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/2048/2048 b/examples/2048/2048 index d185623..5c43bbc 100755 --- a/examples/2048/2048 +++ b/examples/2048/2048 @@ -478,3 +478,7 @@ (with-window (make-window #:title "2048") (start-game-loop)) + +;;; Local Variables: +;;; compile-command: "../../pre-inst-env guile 2048" +;;; End: |