Skip to content

Commit

Permalink
Add install debug mode for flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
daa84 committed Jul 31, 2018
1 parent 5be51eb commit 2edaea7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ run:
install: install-resources
cargo install --force --root $(PREFIX)

install-debug: install-resources
cargo install --debug --force --root $(PREFIX)

install-resources:
mkdir -p $(PREFIX)/share/nvim-gtk/
cp -r runtime $(PREFIX)/share/nvim-gtk/
Expand Down

0 comments on commit 2edaea7

Please sign in to comment.