summaryrefslogtreecommitdiff
path: root/main/Component.cdef
blob: fb206ea646cd49e7f5888d3ad94902328a05fa34 (plain)
1
2
3
4
5
6
7
8
9
10
11
cflags:
{
  -std=c99
  -I$BRNKL_ROOT/apps/util
}

sources:
{
  $BRNKL_ROOT/apps/util/util.c
  main.c
}