Expand description
§omake (Oxidized Make)
This is the library component of omake
, generally oriented towards the main binary of this
crate, but should be designed to be used by other applications.
Structs§
- Context
- Represents parsing/execution context, specifically, which file and where in the file something is happening.
- Default
Logger - Makefile
- The internal representation of a makefile.
- Opts
- Represents options available for a makefile.
Constants§
Traits§
Type Aliases§
- Env
- Represents the “raw” environment coming from the OS.