This commit is contained in:
Nishi 2026-05-08 05:35:07 +09:00
commit a523a42e6e
Signed by: nishi
GPG key ID: 27EF69B208EB9343
10 changed files with 78 additions and 52 deletions

View file

@ -1,5 +1,6 @@
const Watcom = pmake.inherit(Compiler);
Watcom.name = "Watcom";
Watcom.description = "Open Watcom";
pmake.register(Watcom);