repo.or.cz
/
v.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
I _really_ hate make errors.
[v.git]
/
Makefile
blob
2511a88126cc1c08ac60fed434ab8e0c117bf46c
1
DESTDIR
=
2
PREFIX
=/
usr
/
local
/
3
4
install
:
5
install
-
Dm755 v
$(
DESTDIR
)$(
PREFIX
)/
bin
6
install
-
Dm644 v
.1
$(
DESTDIR
)$(
PREFIX
)/
man
/
man1
7
8
.PHONY
:
install