neovim-gtk/Makefile

15 lines
321 B
Makefile
Raw Normal View History

PREFIX?=/usr/local
2016-03-19 10:27:39 +00:00
test:
2016-03-24 09:21:27 +00:00
RUST_BACKTRACE=1 cargo test
2016-04-03 15:13:18 +00:00
run:
RUST_BACKTRACE=1 cargo run
install:
cp target/release/nvim-gtk $(PREFIX)/bin/
cp desktop/nvim-gtk.desktop $(PREFIX)/share/applications/
cp desktop/nvim-gtk.png $(PREFIX)/share/pixmaps/
cp -n desktop/dejavu_font/*.ttf $(PREFIX)/share/fonts/
fc-cache -fv