better stuff

This commit is contained in:
Nishi 2026-05-08 19:07:45 +09:00
commit c89f96ce8a
Signed by: nishi
GPG key ID: 27EF69B208EB9343
5 changed files with 41 additions and 12 deletions

View file

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