summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: