chore(ebox-playground): use standalone ebox package

Keep the low-level playground runnable against the independent Ebox repository.
This commit is contained in:
Kinneyzhang 2026-08-05 09:15:54 +08:00
parent f8a6d6d40f
commit a63dd61f78

View File

@ -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