repo.or.cz
/
nasm
/
github.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change rights 644 to 755
[nasm/github.git]
/
rdoff
/
test
/
makelib.sh
blob
520bb193057cf3ec4a9bc61c9b4791a5a1210ffe
1
#! /bin/sh
2
3
[
$1
]
||
{
4
echo
"Usage:
$0
<library name> <module> [...]"
5
exit
1
6
}
7
8
libname
=
$1
;
shift
9
10
rdflib c
$libname
11
12
for
f
in
$
*;
do
13
rdflib a
$libname $f $f
14
done