From 2d463bb784c969850ef81dcc5882b2b307e98794 Mon Sep 17 00:00:00 2001 From: Kinneyzhang Date: Wed, 5 Aug 2026 09:15:43 +0800 Subject: [PATCH] chore(etaf-ui): switch renderer path to ebox Keep the official UI catalog on the standalone low-level renderer boundary. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 902a51f..3394438 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ EMACS ?= emacs -LOAD_PATH = -L . -L ../etaf -L ../emacs-box +LOAD_PATH = -L . -L ../etaf -L ../ebox .PHONY: all compile test check checkdoc load clean