summaryrefslogtreecommitdiff
path: root/utils/MTP/Makefile
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-07-03 23:30:28 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-07-03 23:30:28 +0000
commit936650104dc1ecf0114ea606f86741e18c7f3465 (patch)
treec1e69acd3a6a7488a6059c2bd985593e0dd38374 /utils/MTP/Makefile
parentb42a51bf6425539793326cfec4a1f4219b0be8ff (diff)
downloadrockbox-936650104dc1ecf0114ea606f86741e18c7f3465.tar.gz
rockbox-936650104dc1ecf0114ea606f86741e18c7f3465.zip
Add example program + fix some mistakes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17933 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/MTP/Makefile')
-rw-r--r--utils/MTP/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/MTP/Makefile b/utils/MTP/Makefile
index 4678546b02..63e7b3adf5 100644
--- a/utils/MTP/Makefile
+++ b/utils/MTP/Makefile
@@ -7,5 +7,8 @@ all: $(OUTPUT)
7$(OUTPUT): sendfirm.c 7$(OUTPUT): sendfirm.c
8 gcc $(CFLAGS) $(LIBS) -o $(OUTPUT) sendfirm.c 8 gcc $(CFLAGS) $(LIBS) -o $(OUTPUT) sendfirm.c
9 9
10$(OUTPUT).exe: sendfirm_win.c
11 gcc $(CFLAGS) -o $(OUTPUT).exe sendfirm_win.c MTP_DLL.dll
12
10clean: 13clean:
11 rm -f $(OUTPUT) 14 rm -f $(OUTPUT)