mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Split up chinachippatcher.
Move the command line tool parts out for simpler building as library. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31114 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bd691efae9
commit
07da9ce5ea
3 changed files with 73 additions and 52 deletions
|
|
@ -3,7 +3,7 @@ CC=gcc
|
|||
|
||||
all: chinachip
|
||||
|
||||
chinachip: chinachip.c
|
||||
chinachip: chinachip.c main.c
|
||||
$(CC) $(CFLAGS) -o $@ $^
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue