summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-08-09 12:00:11 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-08-09 12:00:11 -0400
commit9231dca37261de8269149ccad4517acad41aa015 (patch)
tree0d1f6cfd3bafea29782a8d8acdbb5b1ef31e54ce
parent06d9fc69fdf0988aceea64fa2310c22deddb107d (diff)
2048: Make it more convenient to run within Emacs.
* examples/2048/2048: Add local variable setting for compile-command.
-rwxr-xr-xexamples/2048/20484
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: