compiliation allowed, typo

This commit is contained in:
Matthias Felleisen 2012-12-22 18:58:47 -05:00
parent 4111379982
commit b09fbf8b38
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,9 @@
#lang racket
#|
the shared vocabulary and knowledge of server and client
;; This module describes the shared vocabulary and knowledge for the server
;; and client modules of the distributed Guess My Number game.
#|
Message Formats
---------------

View File

@ -4,13 +4,11 @@
(define compile-omit-paths
'(
"10-12"
; "chapter2"
"chapter5/ufo-source.rkt"
; "chapter6"
; "chapter8"
; "chapter10"
"chapter12"
; "chapter12"
; "chapter13"
; "chapter14"
))