repo.or.cz
/
yap.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "cmd_unstage: work correctly from a subdirectory"
[yap.git]
/
Makefile
blob
68c19a8b207a0d53c1bb65787c15448f3a7e2291
1
2
PREFIX ?
= $(
HOME
)/
local
3
4
all
:
5
python setup.py build
6
7
install
:
8
python setup.py
install
--
prefix
=$(
PREFIX
) --
install-lib
=$(
PREFIX
)/
lib
/
yap
9
mkdir
-
p
$(
PREFIX
)/
bin
10
install
-
m755 yap.bin
$(
PREFIX
)/
bin
/
yap