This commit is contained in:
Nishi 2026-05-08 05:18:35 +09:00
commit fcc88de8d3
Signed by: nishi
GPG key ID: 27EF69B208EB9343
10 changed files with 192 additions and 7 deletions

View file

@ -1,2 +1,5 @@
class Watcom extends Compiler {
};
const Watcom = pmake.inherit(Compiler);
Watcom.description = "Open Watcom";
pmake.register(Watcom);