10 lines
312 B
Scheme
10 lines
312 B
Scheme
#lang setup/infotab
|
|
|
|
(define name "HtDP Teachpacks")
|
|
(define compile-omit-paths
|
|
'("hangman-world.ss" "hangman-world-play.ss"
|
|
;; TEMPORARY DISABLE THESE FILES UNTIL FIXED
|
|
;; "matrix.ss" "matrix-client.ss" "matrix-invisible.ss"
|
|
;; "matrix-render-sig.ss" "matrix-sig.ss" "matrix-unit.ss"
|
|
"Test"))
|