From d98baea05c11475c3f8b9dca8a581d9b983cd4ab Mon Sep 17 00:00:00 2001 From: Zaine Arch Date: Mon, 29 Dec 2025 21:22:08 +0000 Subject: [PATCH] Modified makefile to adapt to structure changes --- Makefile | 4 ++-- lisp/build.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index af8d87d..3e9fe11 100644 --- a/Makefile +++ b/Makefile @@ -3,12 +3,12 @@ # Default target: full build with search index all: @echo "Building project (full rebuild with search index)..." - emacs -Q --script build.el + emacs -Q --script lisp/build.el # Fast build without search index fast: @echo "Building project (fast rebuild without search index)..." - emacs -Q --script build.el --fast + emacs -Q --script lisp/build.el --fast # Clean output directory clean: diff --git a/lisp/build.el b/lisp/build.el index a5e0b92..9ca3fa6 100755 --- a/lisp/build.el +++ b/lisp/build.el @@ -223,7 +223,7 @@ Created with %c on Arch