diff --git a/README.md b/README.md index 22f4fbb..331c7eb 100644 --- a/README.md +++ b/README.md @@ -155,11 +155,12 @@ When you want to see whats happening do a debug run; * Add `define_flow` which reverses dollar escaping so write $$(1) for $(1) and other are like normal * Add XML output for help system for integration with IDE's * Add rwildcard for deeper searches -* Add namespace support for variables/functions/targets like: moduleX::bin/prog.o: moduleX::src.prog.c +* Add namespace support for variables/functions/targets like: moduleX::bin/prog.o: moduleX::src/prog.c * Add checksum function to calc checksum for file * Add `os_copy_diff` function to use checksums to copy only changed files * Allow make to use checksums not timestamps to detect file updates * Define (binary) namespaced XML to replace ascii Makefile syntax +* Make5: Remove guile support fully (maybe replace with embedded MSX BASIC) * Make5: Add converter command for upgrade make4 syntax and option to run make4 file. * Make5: move all internal's to namespace's * Make5: upgrade to new BDOS split file and folder API in OS kernel VFS layer