From a63dd61f78399055d8771318203199133f764b47 Mon Sep 17 00:00:00 2001 From: Kinneyzhang Date: Wed, 5 Aug 2026 09:15:54 +0800 Subject: [PATCH] chore(ebox-playground): use standalone ebox package Keep the low-level playground runnable against the independent Ebox repository. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a424bbc..9486f90 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ EMACS ?= emacs -LOAD_PATH = -L . -L ../emacs-box +LOAD_PATH = -L . -L ../ebox .PHONY: all compile test check checkdoc load clean