10 lines
313 B
Racket
10 lines
313 B
Racket
#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"
|
|
"tests"))
|