-
Notifications
You must be signed in to change notification settings - Fork 444
Open
Description
Describe the bug
The install rule has been removed by @jmercouris from makefile
in 2c41c5d.
.PHONY: install
install: all
$(lisp_eval) '(asdf:load-system :nyxt/$(NYXT_RENDERER)-application)' \
--eval '(asdf:make :nyxt/install)' $(lisp_quit)
Error:
make install
make: *** No rule to make target 'install'. Stop.
Steps to reproduce the issue
git clone \
--branch master \
--recurse-submodules \
--depth=1 \
'https://github.com/atlas-engineer/nyxt.git'
cd nyxt
make all
make install
Information
- OS: Debian 12
- Installation method: Build from source
Metadata
Metadata
Assignees
Labels
No labels