chore(etaf-sqlite): switch renderer path to ebox

Keep the SQLite data source adapter on ETAF plus the new standalone Ebox package.
This commit is contained in:
Kinneyzhang 2026-08-05 09:15:50 +08:00
parent 299b9ff877
commit 50fb39fd58

View File

@ -1,5 +1,5 @@
EMACS ?= emacs 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 .PHONY: all compile test check checkdoc load clean