summaryrefslogtreecommitdiffstats
path: root/utils/meizu_dfu/Makefile
blob: fdd765daa124ff7f7f6ef9a6f44c09846c2823e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
CFLAGS = -W -Wall
LDFLAGS = -lusb

all: meizu_dfu

meizu_dfu: meizu_dfu.c

.PHONY: clean
clean:
	rm -f meizu_dfu