4.1 Command-Line Options

The following options are useful for debugging makefiles that do not work correctly:

For additional help with macros, the .DEBUG : 2 directive (-#2 option) causes omake to print a warning if a macro is used without being defined.

Finally, the .DEBUG : 4 directive (-#4 option) warns about makefile lines that omake does not know how to handle. This can catch misspellings of directives that you may have a hard time detecting. This directive is especially useful if you are trying to use a makefile from some other make utility.