gregschmit / omake

An extra implementation of make.
MIT License
17 stars 1 forks source link

request: option for strict POSIX parsing #21

Open mcandre opened 1 year ago

mcandre commented 1 year ago

Hi,

My interest in omake comes from an obsession with POSIX compliant. In short, I would like to validate my makefile's similarly to make -n, but using a command that won't accidentally permit extensions to the POSIX make standard.

For example, make -n will let GNU-isms slip through unnoticed, if the user has GNU make installed.

Can we get a command line flag for omake to disable GNU-like extensions to the POSIX make standard?

Does omake support the full POSIX make AST?