forked from len0rd/rockbox
Add example program + fix some mistakes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17933 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b42a51bf64
commit
936650104d
5 changed files with 10 additions and 2 deletions
|
|
@ -7,5 +7,8 @@ all: $(OUTPUT)
|
|||
$(OUTPUT): sendfirm.c
|
||||
gcc $(CFLAGS) $(LIBS) -o $(OUTPUT) sendfirm.c
|
||||
|
||||
$(OUTPUT).exe: sendfirm_win.c
|
||||
gcc $(CFLAGS) -o $(OUTPUT).exe sendfirm_win.c MTP_DLL.dll
|
||||
|
||||
clean:
|
||||
rm -f $(OUTPUT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue