diff --git a/info.rkt b/info.rkt index 841b043..f5fc658 100644 --- a/info.rkt +++ b/info.rkt @@ -5,4 +5,5 @@ (define deps '("base" "sugar" "rackunit-lib" "ragg")) (define build-deps '("racket-doc")) -(define test-omit-paths '("br-bf")) \ No newline at end of file +(define test-omit-paths '("br-bf")) +(define compile-omit-paths '("br-bf")) \ No newline at end of file