repo.or.cz
/
ssp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix range_ext not working with ranges in the same chapter
[ssp.git]
/
Makefile
blob
0cf36382c0b83970fb9a6fb8c67def2cded35a50
1
kjv
:
kjv.sh kjv.awk kjv.tsv
2
cat kjv.sh
> $
@
3
4
echo
'exit 0'
>> $
@
5
6
echo
'#EOF'
>> $
@
7
tar
cz kjv.awk kjv.tsv
>> $
@
8
9
chmod
+
x
$
@
10
11
test
:
kjv.sh
12
shellcheck
-
s sh kjv.sh
13
14
.PHONY
:
test