Modified makefile to adapt to structure changes
This commit is contained in:
4
Makefile
4
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:
|
||||
|
||||
Reference in New Issue
Block a user