Skip to content

Commit

Permalink
Add uvm-install2 to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Larusso committed Nov 18, 2019
1 parent d2e8bbd commit 740a693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ install-uvm: target/release/uvm
install -m755 -- target/release/uvm-list "$(DESTDIR)$(PREFIX)/bin/"
install -m755 -- target/release/uvm-use "$(DESTDIR)$(PREFIX)/bin/"
install -m755 -- target/release/uvm-install "$(DESTDIR)$(PREFIX)/bin/"
install -m755 -- target/release/uvm-install2 "$(DESTDIR)$(PREFIX)/bin/"
install -m755 -- target/release/uvm-modules "$(DESTDIR)$(PREFIX)/bin/"
install -m755 -- target/release/uvm-install-editor "$(DESTDIR)$(PREFIX)/bin/"
install -m755 -- target/release/uvm-uninstall "$(DESTDIR)$(PREFIX)/bin/"
Expand Down

0 comments on commit 740a693

Please sign in to comment.