svn: r165

This commit is contained in:
Jono Spiro 2004-08-09 19:09:05 +00:00
parent e2bdddda6e
commit ec363fe731
2 changed files with 9 additions and 1 deletions

View File

@ -24,4 +24,5 @@
'(("frtime") ("stepper"))))
; for use not on PLaneT
(pack-collections "mztake-distro.plt" "MzTake Debugger" '(("mztake")) #t '(("frtime") ("stepper")) my-filter))
(pack-collections "frtime-distro.plt" "FrTime Language" '(("frtime")) #f '() std-filter)
(pack-collections "mztake-distro.plt" "MzTake Debugger" '(("mztake")) #t '(("frtime") ("stepper")) my-filter))

View File

@ -2,3 +2,10 @@ all:
setup-plt -p -l mztake
setup-plt -l frtime
setup-plt -l stepper
plt:
mred -u make-plt.ss
clean:
rm -r compiled private/compiled
rm *distro*