From bdaf823aeee97249eaf1ff3bf3d414eab07245e0 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 22 Dec 2012 09:53:47 -0700 Subject: [PATCH] skip compilation of "realm" file that contains an image --- collects/realm/chapter5/info.rkt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 collects/realm/chapter5/info.rkt diff --git a/collects/realm/chapter5/info.rkt b/collects/realm/chapter5/info.rkt new file mode 100644 index 0000000000..f94d145e89 --- /dev/null +++ b/collects/realm/chapter5/info.rkt @@ -0,0 +1,3 @@ +#lang setup/infotab + +(define compile-omit-paths '("ufo-source.rkt")) \ No newline at end of file