We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e29fba commit 2fef84fCopy full SHA for 2fef84f
Makefile
@@ -7,10 +7,10 @@ run:
7
RUST_LOG=warn RUST_BACKTRACE=1 cargo run -- --no-fork
8
9
install: install-resources
10
- cargo install --force --root $(DESTDIR)$(PREFIX)
+ cargo install --path . --force --root $(DESTDIR)$(PREFIX)
11
12
install-debug: install-resources
13
- cargo install --debug --force --root $(DESTDIR)$(PREFIX)
+ cargo install --debug --path . --force --root $(DESTDIR)$(PREFIX)
14
15
install-resources:
16
mkdir -p $(DESTDIR)$(PREFIX)/share/nvim-gtk/
0 commit comments