repo.or.cz
/
kugel-rb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct new memcpy/memset functionality in test_mem plugin. Use appropriate clobber...
[kugel-rb.git]
/
utils
/
meizu_dfu
/
Makefile
blob
fdd765daa124ff7f7f6ef9a6f44c09846c2823e2
1
CFLAGS
= -
W
-
Wall
2
LDFLAGS
= -
lusb
3
4
all
:
meizu_dfu
5
6
meizu_dfu
:
meizu_dfu.c
7
8
.PHONY
:
clean
9
clean
:
10
rm
-
f meizu_dfu
11