commit | 936650104dc1ecf0114ea606f86741e18c7f3465 | [log] [tgz] |
---|---|---|
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | Thu Jul 03 23:30:28 2008 +0000 |
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | Thu Jul 03 23:30:28 2008 +0000 |
tree | c1e69acd3a6a7488a6059c2bd985593e0dd38374 | |
parent | b42a51bf6425539793326cfec4a1f4219b0be8ff [diff] [blame] |
Add example program + fix some mistakes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17933 a1c6a512-1295-4272-9138-f99709370657
diff --git a/utils/MTP/Makefile b/utils/MTP/Makefile index 4678546..63e7b3a 100644 --- a/utils/MTP/Makefile +++ b/utils/MTP/Makefile
@@ -7,5 +7,8 @@ $(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)