Makefile: minor cleanup for install target
This commit is contained in:
parent
34f209634a
commit
97c4c2749c
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ termite: termite.c
|
|||
${CC} ${CFLAGS} -o $@ $< ${LDFLAGS}
|
||||
|
||||
install: termite
|
||||
mkdir -p ${DESTDIR}${PREFIX}/bin ${DESTDIR}${TERMINFO}
|
||||
mkdir -p ${DESTDIR}${TERMINFO}
|
||||
install -Dm755 termite ${DESTDIR}${PREFIX}/bin/termite
|
||||
tic termite.terminfo -o ${DESTDIR}${TERMINFO}
|
||||
install -Dm644 termite.vim ${DESTDIR}${PREFIX}/share/vim/vimfiles/plugin/termite.vim
|
||||
|
|
Loading…
Reference in New Issue