Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Missing install rule in makefile #3684

@tabletseeker

Description

@tabletseeker

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions