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