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

This commit is contained in:
Matthew Flatt 2010-04-30 21:55:14 -06:00
parent fa538620e8
commit 81ba669237
2 changed files with 1 additions and 1 deletions

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)))