change 'raco c-ext' to 'raco ctool'

original commit: 81ba669237
This commit is contained in:
Matthew Flatt 2010-04-30 21:55:14 -06:00
parent 51c4e1f2d8
commit 28316d5205

View File

@ -7,4 +7,4 @@
("decompile" compiler/commands/decompile "decompile bytecode" #f)
("expand" compiler/commands/expand "macro-expand source" #f)
("distribute" compiler/commands/exe-dir "prepare executable(s) in a directory for distribution" #f)
("c-ext" compiler/commands/c-ext "compile and link C-based extensions" #f)))
("ctool" compiler/commands/ctool "compile and link C-based extensions" #f)))