diff options
| -rw-r--r-- | utils/MTP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/MTP/Makefile b/utils/MTP/Makefile index 9566a19..dcae7d9 100644 --- a/utils/MTP/Makefile +++ b/utils/MTP/Makefile @@ -8,7 +8,7 @@ EXTRA_CFLAGS = $(shell printf \ all: $(OUTPUT) $(OUTPUT): sendfirm.c - gcc $(EXTRA_CFLAGS) $(CFLAGS) $(LIBS) -o $(OUTPUT) sendfirm.c + gcc $(EXTRA_CFLAGS) $(CFLAGS) -o $(OUTPUT) sendfirm.c $(LIBS) $(OUTPUT).exe: sendfirm_win.c mingw32-gcc $(CFLAGS) -o $(OUTPUT).exe sendfirm_win.c MTP_DLL.dll |