Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
ltp
/
72860670f7b45f6b0d5070be386a495e2b77ff64
/
.
/
tools
/
Makefile
blob: 94fcca6feff8d49f35bd3a854201d1bc5795bac1 [
file
] [
log
] [
blame
]
CFLAGS
+=
-
Wall
-
I
../
include
LOADLIBES
+=
-
L
../
lib
-
lltp
SRCS
=
$
(
wildcard
*.
c
)
TARGETS
=
$
(
patsubst
%.
c
,%,
$
(
SRCS
))
all
:
$
(
TARGETS
)
clean
:
rm
-
f $
(
TARGETS
)