change 'raco c-ext' to 'raco ctool'
This commit is contained in:
parent
fa538620e8
commit
81ba669237
|
@ -7,4 +7,4 @@
|
||||||
("decompile" compiler/commands/decompile "decompile bytecode" #f)
|
("decompile" compiler/commands/decompile "decompile bytecode" #f)
|
||||||
("expand" compiler/commands/expand "macro-expand source" #f)
|
("expand" compiler/commands/expand "macro-expand source" #f)
|
||||||
("distribute" compiler/commands/exe-dir "prepare executable(s) in a directory for distribution" #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)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user