diff options
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r-- | lib/compilers/_all.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js index c72b1a417..8a69fe33e 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -30,6 +30,7 @@ export { Cc65Compiler } from './cc65'; export { ClangCompiler } from './clang'; export { ClangCudaCompiler } from './clang'; export { CleanCompiler } from './clean'; +export { CrystalCompiler } from './crystal'; export { DefaultCompiler } from './default'; export { DMDCompiler } from './dmd'; export { EllccCompiler } from './ellcc'; |