diff options
author | Patrick Quist <partouf@gmail.com> | 2022-08-25 22:44:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 22:44:48 +0200 |
commit | 3f6004b20036f6c8c52f577215a1940d7ecca4b4 (patch) | |
tree | 24e75abc43393fe3690926262f5a68f4eda7afa4 /lib/compilers/_all.js | |
parent | 16dca9d307220229b80327ea0998c4cecec9137b (diff) | |
download | compiler-explorer-3f6004b20036f6c8c52f577215a1940d7ecca4b4.tar.gz compiler-explorer-3f6004b20036f6c8c52f577215a1940d7ecca4b4.zip |
Add z88dk (#3812)gh-4027
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 ca902a933..3224acc03 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -98,3 +98,4 @@ export {WslVcCompiler} from './wsl-vc'; export {ZigCC} from './zigcc'; export {ZigCompiler} from './zig'; export {ZigCXX} from './zigcxx'; +export {z88dkCompiler} from './z88dk'; |