9 lines
262 B
Racket
9 lines
262 B
Racket
#lang setup/infotab
|
|
|
|
(define compile-omit-paths '("main.rkt"))
|
|
|
|
(define mzscheme-launcher-libraries '("main.rkt"))
|
|
(define mzscheme-launcher-names '("Setup PLT"))
|
|
|
|
(define raco-commands '(("setup" setup/main "install and build libraries and documentation" 90)))
|