From 79642ea634c34e599fe21935ea0817059d2c488a Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 28 Jun 2009 09:52:24 +0000 Subject: meizu_dfu: 1) add check on existance of file to be flashed 2) enable compiler warnings in Makefile 3) fix compiler warning about htonl (etc.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21538 a1c6a512-1295-4272-9138-f99709370657 --- utils/meizu_dfu/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/meizu_dfu/Makefile') diff --git a/utils/meizu_dfu/Makefile b/utils/meizu_dfu/Makefile index 6b368fa21b..fdd765daa1 100644 --- a/utils/meizu_dfu/Makefile +++ b/utils/meizu_dfu/Makefile @@ -1,8 +1,9 @@ +CFLAGS = -W -Wall +LDFLAGS = -lusb all: meizu_dfu meizu_dfu: meizu_dfu.c - gcc -o meizu_dfu meizu_dfu.c -lusb .PHONY: clean clean: -- cgit v1.2.3