Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
CHECK is missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ixchow committed Aug 29, 2023
1 parent 63e9c90 commit 11c3fcb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Maekfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,6 @@ if (maek.OS === 'windows') {
// rules generally look like:
// output = maek.RULE_NAME(input [, output] [, {options}])

//use CHECK to print a message when something is missing
//'[targets =] CHECK(targets, prerequisites, message)'
// targets: array of targets the task produces (can include both files and ':abstract targets')
// prerequisites: array of things that must exist before manual task message is printed
// message: message to print if targets don't exist
//returns targets: the targets the rule produces

//the '[objFile =] CPP(cppFile [, objFileBase] [, options])' compiles a c++ file:
// cppFile: name of c++ file to compile
// objFileBase (optional): base name object file to produce (if not supplied, set to options.objDir + '/' + cppFile without the extension)
Expand Down

0 comments on commit 11c3fcb

Please sign in to comment.