Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
8ee52130f0105723186d648688548be0561b8e08
/
.
/
www
/
schematics
/
Makefile
blob: 5ec9d50aa57f3a1f04a12045da2b0112b8960ba5 [
file
] [
log
] [
blame
]
ACTION
=
@echo
preprocessing $@
;
rm
-
f $@
;
fcpp
-
WWW
-
I
..
-
Uunix
-
H
-
C
-
V
-
LL
>
$@
SRC
:=
$
(
wildcard
*.
t
)
OBJS
:=
$
(
SRC
:%.
t
=%.
html
)
all
:
$
(
OBJS
)
%.
html
:
%.
t
$
(
ACTION
)
$
<