summaryrefslogtreecommitdiffstats
path: root/utils/MTP/Makefile
diff options
context:
space:
mode:
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)
$(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)