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 43b02a121..53cb7669c 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -31,6 +31,7 @@ export { ClangCompiler } from './clang'; export { ClangCudaCompiler } from './clang'; export { ClangHipCompiler } from './clang'; export { CleanCompiler } from './clean'; +export { CprocCompiler } from './cproc'; export { CrystalCompiler } from './crystal'; export { DefaultCompiler } from './default'; export { DMDCompiler } from './dmd'; |