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 5422cd2a1..9c78ec86b 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -37,6 +37,7 @@ export { EWAVRCompiler } from './ewavr'; export { FakeCompiler } from './fake-for-test'; export { FortranCompiler } from './fortran'; export { GCCCompiler } from './gcc'; +export { GCCRSCompiler } from './gccrs'; export { GolangCompiler } from './golang'; export { HaskellCompiler } from './haskell'; export { ISPCCompiler } from './ispc'; |