summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-21 05:41:54 -0600
committerJeff Carr <[email protected]>2025-02-21 05:41:54 -0600
commit1cb395d4e29239a6d0c50ff37e16c143844dac75 (patch)
tree694038a2b1010e5b045855063e898c64bb71a725 /Makefile
parentf41728a81b2dec47cb826fab2acdaf2b9829f2f7 (diff)
start thinking about a raw grid widgetv0.22.29
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 83bbf8d..1728c7c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ all:
@echo "It creates a binary tree of widgets (Windows, Buttons, etc)"
@echo "This is the interface to the GUI GO plugin (ncurses, GTK, etc)"
@echo
- @echo "todo: rewrite this using protobufs"
+ @echo "note: Feb 2025. this is experimental. being rewritten to use protobufs"
@echo
@make goimports vet