diff options
author | Melody Horn <melody@boringcactus.com> | 2024-11-15 21:46:45 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2024-11-15 21:46:45 -0700 |
commit | 5b31b0fb68a751afa349450a1fc8c3870d13e1dc (patch) | |
tree | 32d408b21c10d4c6cf6973b99ff7194c53887aaa /README.md | |
parent | 57d482190d3c7f88c27cc7cabd001646f061e68e (diff) | |
download | makers-5b31b0fb68a751afa349450a1fc8c3870d13e1dc.tar.gz makers-5b31b0fb68a751afa349450a1fc8c3870d13e1dc.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -38,6 +38,16 @@ list of features that are needed for version 1.0: ## changelog +### v0.8.0 - 2024-11-15 + +- license is worse +- implement `-C`/`--directory` flag +- pass flags into recursive calls via `MAKEFLAGS` environment variable +- implement GNU-style `export EGG=bug` +- rebuild out-of-date makefiles (but not with as much environment preservation as GNU make provides) +- implement GNU-style rule-specific macros `target: EGG=bug` +- implement GNU-style `.SECONDEXPANSION` (but not properly deferred like in GNU make) + ### v0.7.0 - 2021-04-13 - implement GNU-style functions `abspath`, `firstword` |