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 3146c6fff..81ed7f279 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -61,3 +61,4 @@ export { Win32VcCompiler } from './win32-vc'; export { WineVcCompiler } from './wine-vc'; export { WslVcCompiler } from './wsl-vc'; export { ZigCompiler } from './zig'; +export { TinyCCompiler } from './tinyc'; |