Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-loxi
/
5172ff1de5ef64f81db121361e510cacb56ce11a
/
.
/
c_gen
/
templates
/
locitest
/
Makefile
blob: ed4ba13ef006530a4c1a16de298f1606f18aa1e7 [
file
] [
log
] [
blame
]
SRCS
:=
$
(
wildcard src
/*.
c
)
SRCS
+=
$
(
wildcard
../
loci
/
src
/*.
c
)
OBJS
:=
$
(
SRCS
:.
c
=.
o
)
CFLAGS
:=
-
Wall
-
Werror
-
g
CFLAGS
+=
-
Iinc
-
I
../
loci
/
inc
-
I
../
loci
/
src
all
:
locitest
locitest
:
$
(
OBJS
)
$
(
CC
)
$
^
-
o $@