mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Initial version of sbinfo, a utility to analyse .sb files (used for the fuze+ for example)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28691 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
10e0279afc
commit
c412c2dcad
2 changed files with 266 additions and 0 deletions
9
utils/sbinfo/Makefile
Normal file
9
utils/sbinfo/Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
TGT = sbinfo
|
||||
|
||||
all: $(TGT)
|
||||
|
||||
$(TGT): sbinfo.c
|
||||
$(CC) -ansi -o $(TGT) -W -Wall sbinfo.c
|
||||
|
||||
clean:
|
||||
rm -fr $(TGT)
|
||||
Loading…
Add table
Add a link
Reference in a new issue