From 28316d52059588b9d31595fa408325c4434ebf79 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 30 Apr 2010 21:55:14 -0600 Subject: [PATCH] change 'raco c-ext' to 'raco ctool' original commit: 81ba6692375b3f13aa1ab619020a467e6b8a2fd8 --- collects/compiler/commands/info.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/compiler/commands/info.rkt b/collects/compiler/commands/info.rkt index 732470021c..9a3106d696 100644 --- a/collects/compiler/commands/info.rkt +++ b/collects/compiler/commands/info.rkt @@ -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)))