7 lines
176 B
Scheme
7 lines
176 B
Scheme
(module installer mzscheme
|
|
(provide installer)
|
|
|
|
(define (installer plthome)
|
|
;replace with calls to compile Java files when they exist at this location
|
|
(void)
|
|
)) |