From 936650104dc1ecf0114ea606f86741e18c7f3465 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 3 Jul 2008 23:30:28 +0000 Subject: Add example program + fix some mistakes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17933 a1c6a512-1295-4272-9138-f99709370657 --- utils/MTP/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/MTP/Makefile') 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) $(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) -- cgit v1.2.3