repo.or.cz
/
maemo-rb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Always do proper mp3entry copying instead of using bufread directly. Add bufreadid3...
[maemo-rb.git]
/
utils
/
sbinfo
/
Makefile
blob
9427eaf8751e2fb56b2fe9f5cf439fe6e61c71d2
1
TGT
=
sbinfo
2
3
all
: $(
TGT
)
4
5
$(
TGT
):
sbinfo.c crc.c crypto.h aes128.c sha1.c elf.c
6
$(
CC
) -
g
-
std
=
c99
-
o
$(
TGT
) -
W
-
Wall sbinfo.c aes128.c crc.c sha1.c elf.c
7
8
clean
:
9
rm
-
fr
$(
TGT
)