gregschmit / omake

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

Implement `include` and `.include` #4

Open gregschmit opened 2 years ago

xadaemon commented 1 year ago

Related documentation for implementer's reference:

https://www.gnu.org/software/make/manual/html_node/Include.html https://man.openbsd.org/make#INCLUDE_STATEMENTS,_CONDITIONALS_AND_FOR_LOOPS https://man.freebsd.org/cgi/man.cgi?make(1) (look for INCLUDE STATEMENTS, CONDITIONALS AND FOR LOOPS)