From 9231dca37261de8269149ccad4517acad41aa015 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 9 Aug 2014 12:00:11 -0400 Subject: 2048: Make it more convenient to run within Emacs. * examples/2048/2048: Add local variable setting for compile-command. --- examples/2048/2048 | 4 ++++ 1 file changed, 4 insertions(+) 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: -- cgit v1.2.3