repo.or.cz
/
Rockbox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix remote screen check in graphic equalizer, so that it can be used on logf-enabled...
[Rockbox.git]
/
firmware
/
test
/
snprintf
/
Makefile
blob
39f128ed8afae9e3187480cf8a47d80c63d42053
1
2
TARGET
=
snprintf
3
4
OBJS
=
snprintf.o
test
.o
5
6
CFLAGS
= -
I..
/
..
/
include
7
8
$(
TARGET
): $(
OBJS
)
9
10
snprintf.o
:
..
/
..
/
common
/
sprintf.c
11
$(
CC
) -
c
$< -
o
$
@
12
13
test
.o
:
test
.c
14
15
clean
:
16
rm
-
f
$(
OBJS
)