|
|
@ -3,6 +3,7 @@
|
|
|
|
(define post-install-collection "index.rkt")
|
|
|
|
(define post-install-collection "index.rkt")
|
|
|
|
(define raco-commands '(("words" (submod words/command raco) "issue words command" #f)))
|
|
|
|
(define raco-commands '(("words" (submod words/command raco) "issue words command" #f)))
|
|
|
|
(define compile-omit-paths '("make-icons.rkt"))
|
|
|
|
(define compile-omit-paths '("make-icons.rkt"))
|
|
|
|
|
|
|
|
(define test-omit-paths '("app.rkt"))
|
|
|
|
|
|
|
|
|
|
|
|
(define gracket-launcher-names '("Words"))
|
|
|
|
(define gracket-launcher-names '("Words"))
|
|
|
|
(define gracket-launcher-libraries '("app.rkt"))
|
|
|
|
(define gracket-launcher-libraries '("app.rkt"))
|