home
/
code
/
khome.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Show only matching caller modules
[khome.git]
/
deps
/
plocate
/
Makefile
Commit
Line
Data
1b768493
SK
1
URI := http://git.sesse.net/plocate
2
3
data/plocate: | data
4
cd data && git clone $(URI)
5
6
data:
7
mkdir -p data
8
9
.PHONY: clean
10
clean:
11
rm -rf data
This page took
0.038528 seconds
and
4
git commands to generate.