forked from pyrite-dev/pmake
format
This commit is contained in:
parent
ece62938a9
commit
a523a42e6e
10 changed files with 78 additions and 52 deletions
|
|
@ -1,5 +1,6 @@
|
|||
const GCC = pmake.inherit(Compiler);
|
||||
|
||||
GCC.name = "GCC";
|
||||
GCC.description = "GCC/Clang";
|
||||
|
||||
pmake.register(GCC);
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
const Watcom = pmake.inherit(Compiler);
|
||||
|
||||
Watcom.name = "Watcom";
|
||||
Watcom.description = "Open Watcom";
|
||||
|
||||
pmake.register(Watcom);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue